daalouw
04-24-2009, 04:10 AM
Good evening.
I added a script (dynamic menu) from here to my website which already contained flash code. The problem is that every time I mouseover a menu item that has a drop down list, the flash disappears from the screen. As soon as I move my mouse away from the dropdown menu item, the flash appears again. I read elsewhere on this forum that a similar issue was previosly solved by adding "param name="wmode" value="transparent"" to the OBJECT code and adding "wmode="transparent" to the EMBED code of the flash. I did this but it did not solve my problem.
My current flash code (which works and displays fine without the dynamic menu script) is:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=demoflash1 WIDTH=800 HEIGHT=130 param name="wmode" value="transparent">
<PARAM NAME=movie VALUE="demoflash1.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=false>
<EMBED src="demoflash1.swf" loop=false quality=high WIDTH=800 HEIGHT=130 wmode="transparent" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
I would appreciate any assistance you may offer.
daalouw
I added a script (dynamic menu) from here to my website which already contained flash code. The problem is that every time I mouseover a menu item that has a drop down list, the flash disappears from the screen. As soon as I move my mouse away from the dropdown menu item, the flash appears again. I read elsewhere on this forum that a similar issue was previosly solved by adding "param name="wmode" value="transparent"" to the OBJECT code and adding "wmode="transparent" to the EMBED code of the flash. I did this but it did not solve my problem.
My current flash code (which works and displays fine without the dynamic menu script) is:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=demoflash1 WIDTH=800 HEIGHT=130 param name="wmode" value="transparent">
<PARAM NAME=movie VALUE="demoflash1.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=false>
<EMBED src="demoflash1.swf" loop=false quality=high WIDTH=800 HEIGHT=130 wmode="transparent" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
I would appreciate any assistance you may offer.
daalouw