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:54
Menu hidden behind flash
Poster: philipwexler
Dated: Sunday September 24 2006 - 17:14:08 BST
Hi
I'm stuck and I've combed this form for days.
Everything works fine in IE, but in Firefox my menu is hidden behind my Flash movie.
I've performed the Quick and Dirty Flash fix.
I'm using the latest Milionic menue ver 5.79.
My URL www4.net1plus.com
Amy help is much appreciated
Poster: Ruth
Dated: Monday September 25 2006 - 3:56:28 BST
Hi,
Which FF, and try this as your code for the flash.
Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="798" height="190">
<param name="movie" value="flash/home2.swf">
<param name="quality" value="high">
<PARAM NAME="wmode" VALUE="transparent">
<embed src="flash/home2.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="798" height="190"></embed>
</object>
<param name="movie" value="flash/home2.swf">
<param name="quality" value="high">
<PARAM NAME="wmode" VALUE="transparent">
<embed src="flash/home2.swf" quality="high" wmode=transparent pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="798" height="190"></embed>
</object>
Tech Note: http://www.adobe.com/cfusion/knowledgeb ... d=tn_15523
Tech Note 2: http://www.adobe.com/cfusion/knowledgeb ... d=tn_14201
Ruth