This is around line 74. Youtube is already correct.

The line with param name="wmode" should be changed to:

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

Comments

SolomonGifford’s picture

oh, that was in the google.inc file.

alex ua’s picture

Status: Active » Postponed (maintainer needs more info)

Can you explain what the problem is with the current file, i.e. why it needs to be changed?

SolomonGifford’s picture

Sure. If a drop down menu or other floating div floats over the media it will not display. For yahoo vids this isn't a problem because the wmode is set to transparent. Google's wmode is not, thus the problem.

aaron’s picture

Assigned: Unassigned » aaron
Status: Postponed (maintainer needs more info) » Fixed

fixed for google. thanks for finding this.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

mennonot’s picture

Title: Google (and possibly other types) need wmode="transparent" » Vimeo (and possibly other types) need wmode="transparent"
Status: Closed (fixed) » Active

I'm having this same problem with a Vimeo embedded video. I tried adding this line:

$output .= '<param name="wmode" value="transparent" />';

at line 157 in contrib/video_cck/providers/vimeo.inc, but it doesn't seem to have fixed the problem. You can see the first drop down menu falling behind the video player on the front page of this site:

http://www.bmbw.com

mennonot’s picture

Status: Active » Needs review

The code in #8 worked when I inserted it into vimeo.inc at line 156 instead of line 157:
$output .= '<param name="wmode" value="transparent" />';
I don't have an easy way to roll a patch at the moment, but one should be created using this code for contrib/video_cck/providers/vimeo.inc

alex ua’s picture

Status: Needs review » Fixed

Committed a fixed version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.