Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:40
Menu conflicts with flash in FF
Poster: perldev
Dated: Tuesday June 28 2005 - 17:10:54 BST
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?
Poster: perldev
Dated: Tuesday June 28 2005 - 17:19:42 BST
Version 5.726 - Built: Wednesday June 8 2005 - 14:19
Poster: Ruth
Dated: Tuesday June 28 2005 - 19:22:43 BST
Hi,
There's a newer version 5.727. Not sure if that will fix it. Let us know.
Ruth
Poster: perldev
Dated: Tuesday June 28 2005 - 22:08:01 BST
Just tried the newer version. Unfortunately, it doesn't help.
Poster: Andy
Dated: Wednesday July 6 2005 - 12:26:00 BST
Try changing the flash object to this:
Code:
<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>
<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
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
Re: Menu conflicts with flash in FF
Poster: as1mov
Dated: Thursday June 25 2009 - 15:35:11 BST
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!!!
Re: Menu conflicts with flash in FF
Poster: Ruth
Dated: Thursday June 25 2009 - 21:14:11 BST
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