- Posts: 5
COMMUNITY FORUM
Drop dow menu tabs fall behind player
- itechwebdesign
-
Topic Author
- Offline
- New Member
I have a drop down menu above the player. The drop down menu links appear behind the player of mp4 and wmv. (Youtube is OK)
I've been trying to solve this with the z-index attribute, but nothing seems to work.
You can see an example here:
www.nwha.org.uk/en/general-tenant-zone/youth-information-festival-2010
Any ideas?
Regards
Ewan
Please Log in or Create an account to join the conversation.
- itechwebdesign
-
Topic Author
- Offline
- New Member
- Posts: 5
<param name="wmode" value="transparent">
as a child element to your object tag should fix it. Or, the wmode="transparent" parameter, if you're using an embed tag.
Regards
Please Log in or Create an account to join the conversation.
- itechwebdesign
-
Topic Author
- Offline
- New Member
- Posts: 5
I added the below code, and it worked for the menu's to appear on top of the player, BUT the player broke.
"mp4" => "
<script type=\"text/javascript\">
QT_WriteOBJECT_XHTML('{SITEURL}/{FOLDER}/{SOURCE}.mp4', '{WIDTH}', '{HEIGHT}', '', 'autoplay', '{AUTOPLAY}', 'bgcolor', '{BACKGROUNDQT}', 'scale', 'aspect', 'wmode', 'transparent');
</script>
",
I then added the below code, but got a blank screen.
"mp4" => "
<object type="application/x-shockwave-flash" style="width:720px;height:520px;" data="{SITEURL}/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf" title="Blessed Teens Academy Videos">
<param name="movie" value="{SITEURL}/plugins/content/jw_allvideos/includes/players/mediaplayer/player.swf" />
<param name="quality" value="high" />
<param name="wmode" value="{TRANSPARENCY}" />
<param name="bgcolor" value="{BACKGROUND}" />
<param name="autoplay" value="{AUTOPLAY}" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="stretching=exactfit&file={SOURCE}&image={SITEURL}/{FOLDER}/{SOURCE}.jpg&autostart={AUTOPLAY}{CONTROLBAR}&fullscreen=true" />
</object>
",
Anyone have any idea to make this work, please?
Please Log in or Create an account to join the conversation.