You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Player on top of pull-downs Created Jan 18, 2010

This thread is solved

Views: 1619     Replies: 6     Last reply Jan 19, 2010  
You must login first before you can use this feature

ChefToddMohr
Chef Todd Mohr http://www.WebCookingClasses.com

Posts: 9

Registered:
Jan 10, 2010

Player on top of pull-downs

Posted: Jan 18, 2010

I use the Flowplayer in my site.
When I use pull-down windows from the top line of the page, they appear BEHIND the player.

Anyone know how to move the flow player to the background?

Thanks,
Chef Todd.

degenerate

Posts: 156

Registered:
Sep 19, 2008

» Player on top of pull-downs

Posted: Jan 18, 2010

Reply to: Player on top of pull-downs, from ChefToddMohr
This happens a lot, but I forget the exact code. Search the forums for "wmode"

ChefToddMohr
Chef Todd Mohr http://www.WebCookingClasses.com

Posts: 9

Registered:
Jan 10, 2010

» » Player on top of pull-downs

Posted: Jan 18, 2010

Reply to: » Player on top of pull-downs, from degenerate
Thank you for your reply and pointing me to the right page.

My solution was:
<param value="opaque" name="wmode"/>

ChefToddMohr
Chef Todd Mohr http://www.WebCookingClasses.com

Posts: 9

Registered:
Jan 10, 2010

» » » Player on top of pull-downs

Posted: Jan 19, 2010

Reply to: » » Player on top of pull-downs, from ChefToddMohr
Well, more problems. The code above worked to put my pull-down windows on top of the video, but making it "opaque" now means that I can't play the video. The "start" arrow is visible, but not click-able.

Any advise?

tommyp

Posts: 3

Registered:
Oct 30, 2008

» » » » Player on top of pull-downs

Posted: Jan 19, 2010

Reply to: » » » Player on top of pull-downs, from ChefToddMohr
change opaque to transparent. That may work.

ChefToddMohr
Chef Todd Mohr http://www.WebCookingClasses.com

Posts: 9

Registered:
Jan 10, 2010

» » » » » Player on top of pull-downs

Posted: Jan 19, 2010

Reply to: » » » » Player on top of pull-downs, from tommyp
Nope, What are some of the other values available for wmode?

When set to transparent, the pull-downs work, but video play button is not clickable.

tommyp

Posts: 3

Registered:
Oct 30, 2008

» » » » » » Player on top of pull-downs

Posted: Jan 19, 2010

Reply to: » » » » » Player on top of pull-downs, from ChefToddMohr
That's the value I use when I have flash content and drop down menus on the same page. The only other thing I can think of is the z-index of the menus has to be higher than that of the player. Sorry I couldn't be of more help.

But now that I think about it I don't think I've actually had to click the flash content. Once I got the drop downs to work there was nothing else for me to try so its possible that my solution was short sighted in this case.