1) Script Title: AnyLink JS Drop Down Menu v2.3
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pmenuindex.htm
3) Describe problem: Menu is hiding behind MP4 movie
I hate having to post again, but we got help here when the menu was hiding behind a flash element, but now we have changed the video to a .mp4. I've set the z-index to 1000, and I have added <param name="wmode" value="transparent"> to the Object tag and wmode="transparent" to the Embed tag, but the menu is still behind the movie in Chrome, IE, and Safari.
Arrgh! It seems like such a simple concept but it is not working for me again. Can someone PLEASE look at my code and let me know what might be causing this? Thanks so much!
###################################
<OBJECT ID="MediaPlayer" WIDTH="563" HEIGHT="275" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="/clients/pas/videos/home-movie.mp4">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="false">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<param name="wmode" value="transparent">
<EMBED TYPE="application/x-mplayer2" SRC="/clients/pas/videos/home-movie.mp4" NAME="MediaPlayer" wmode="transparent" WIDTH="563" HEIGHT="275" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="1">
</EMBED>
</OBJECT>



Reply With Quote


Bookmarks