I have a dhtml menu and a flash video player that plays videos.
In firefox the dhtml menu is under the flash movie. I tried googleing it and found nothing that worked.
A lot of people suggested wmode = "transparent" tried that didnt work. Also tried a DIV. The menu works fine in IE.
Any help will be great here is my code.
In firefox the dhtml menu is under the flash movie. I tried googleing it and found nothing that worked.
A lot of people suggested wmode = "transparent" tried that didnt work. Also tried a DIV. The menu works fine in IE.
Any help will be great here is my code.
Code:
<div style="z-index: 0" id="swfContainer">
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="[URL unfurl="true"]http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"[/URL] width="360" height="320" id="EHMC_VideoPlayer" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="wmode" value="opaque">
<param name="movie" value="media/mediavid.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="media/mediavid.swf" quality="high" bgcolor="#ffffff" width="360" height="320" name="mediavid" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="[URL unfurl="true"]http://www.macromedia.com/go/getflashplayer"[/URL] wmode="opaque" play="true"/>
</object>
</noscript>
</div>