Behind the video?

Hey all, I posted a question the other day asking how to put a vid on my home page. Well, I did it and it works great, but now my menu drop down boxes from the top menu, drop down BEHIND the newly placed  video! Is there a fix for this or am I gonna have to move the video down past the drop downs? Thanks!

MOOOOMMM, She's touching me!!
Quote · 29 Dec 2011

I am assuming it is a flash video.

It's a known issue with flash. You need to change the embed code to add the wmode parameter.

This needs to be added to the object tag.

<param name="wmode" value="transparent">

http://kb2.adobe.com/cps/142/tn_14201.html

https://www.deanbassett.com
Quote · 30 Dec 2011

Hi,

I always include these two lines in my html for videos or flash.

The first stops anything leaking out of the block - similar to what is happening to you. The second line allows full screen video.

<param name="wmode" value="opaque" />
<param name="allowFullScreen" value="true" />

 

Hope it helps,

 

Nathan

Quote · 30 Dec 2011
Thx for the responses and help!
MOOOOMMM, She's touching me!!
Quote · 1 Jan 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.