TubeAce Dropdown Behind Player Fix0
Posted In Tutorials
If you are using TubeAce and are getting the issue where the drop menu is going “behind” the video player on the video page, you will need to open your admin, go to Videos -> Manage Video Players -> Default flv Video URL:
Change to:
<embed src="http://www.yoursite.com/flvplayer.swf" flashvars="flvurl=video_file&skinurl=http://www.yoursite.com/SteelOverAll.swf" allowFullScreen="true" type="application/x-shockwave-flash" height="480" width="640" wmode="opaque"></embed>
NOTE: You are basically adding the wmode=”opaque” param into the player embed code. This allows other items to appear “above” the flash.
