Menu conflicts with flash in FF

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
perldev
Mega User
Mega User
Posts: 115
Joined: Thu Aug 26, 2004 5:23 pm
Location: Chicago

Menu conflicts with flash in FF

Post by perldev »

In FF, the menu was covered by flash, found an old thread in this forum. Tried John's solution by adding "fixMozillaZIndex=true" in the top of data file, still have problems (see the screenshot.)

After I move mouse out a menu item, there are white squares, which covered the flash. How to fix this?
perldev
Mega User
Mega User
Posts: 115
Joined: Thu Aug 26, 2004 5:23 pm
Location: Chicago

Post by perldev »

Version 5.726 - Built: Wednesday June 8 2005 - 14:19
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

There's a newer version 5.727. Not sure if that will fix it. Let us know.

Ruth
perldev
Mega User
Mega User
Posts: 115
Joined: Thu Aug 26, 2004 5:23 pm
Location: Chicago

Post by perldev »

Just tried the newer version. Unfortunately, it doesn't help.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Try changing the flash object to this:

Code: Select all

<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=550 width=850 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
<PARAM NAME="movie" VALUE="/yourflashfile.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="wmode" VALUE="opaque">                                                 
<embed src="/yourflashfile.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="550">
</embed>
</OBJECT>

Just replace the yourflashfile.swf bit with....er... Your Flash File of course :D



If this still doesn't work, let us know and we'll see what we can do. Also, a URL will help too

Cheers,
Andy
perldev
Mega User
Mega User
Posts: 115
Joined: Thu Aug 26, 2004 5:23 pm
Location: Chicago

Post by perldev »

Andy, you are rock! it worked. :)
as1mov
Beginner
Beginner
Posts: 1
Joined: Thu Jun 25, 2009 3:30 pm

Re: Menu conflicts with flash in FF

Post by as1mov »

I just wanted to thank Andy and bump this post.

I have been wrestling with this prob for a good couple of hours (for both IE and FF) and this is the only solutions that worked for me.

Oddly enough, other solutions found on the web recommend you set the wmode to "transparent" in BOTH the object and embed tag (which didn't work for me)

THANKS ANDY!!!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Menu conflicts with flash in FF

Post by Ruth »

Hi,

Yes, a few years ago the issue also existed where you had to do it with opaque and transparent for FF, then it didn't seem necessary for a few versions, now it seems it's back! And with this post there'll be help for others with that issue, thanks!

Ruth
Post Reply