Keyword

Drop dow menu tabs fall behind player

  • itechwebdesign
  • itechwebdesign's Avatar Topic Author
  • Offline
  • New Member
More
14 years 3 weeks ago #39981 by itechwebdesign
Drop dow menu tabs fall behind player was created by itechwebdesign
Hi

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
  • itechwebdesign's Avatar Topic Author
  • Offline
  • New Member
More
14 years 3 weeks ago #39982 by itechwebdesign
Replied by itechwebdesign on topic Re: Drop dow menu tabs fall behind player
I've read that the following could solve the problme, but where do I add the code?

<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
  • itechwebdesign's Avatar Topic Author
  • Offline
  • New Member
More
14 years 3 weeks ago #39983 by itechwebdesign
Replied by itechwebdesign on topic Re: Drop dow menu tabs fall behind player
I think I found the .php file that needs editing...sources.php

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.


Powered by Kunena Forum