Here is a patch to add wmode=transparent so that the embedded player doesn't float on top of other page elements.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

davidseth’s picture

Patch attached now that i have an issue number.

I will also add that this is being used on a large site and working well.

tanc’s picture

Status: Needs review » Needs work

davidseth, your patch file is pretty much empty. Can you attach a proper patch?

jojonaloha’s picture

Version: 7.x-3.2 » 7.x-3.x-dev
Status: Needs work » Needs review
FileSize
560 bytes

Attached is a patch that adds wmode=transparent.

DamienMcKenna’s picture

Status: Needs review » Reviewed & tested by the community

Yes please.

DamienMcKenna’s picture

Also related, a patch for D6: #1306972: wmode param for flash

k.dani’s picture

Version: 7.x-3.x-dev » 7.x-5.x-dev
Issue summary: View changes
Status: Reviewed & tested by the community » Closed (fixed)

Thanks for the patch. The wmode parameter has been added to player template. It is available in the latest dev branch (7.x-5.x). Please note that only the version 5 will be supported for Drupal 7.

ladybug_3777’s picture

For anyone looking for version 5.0 of this patch (and doesn't want to use the dev version to have it installed) you should be able to use this patch on the stable 5.0 release.

ladybug_3777’s picture

Status: Closed (fixed) » Needs review

BTW, I just realized even though the notes on release 7.x-5.0 claim to have added this, even the 5.0-dev version, doesn't actually have this patch applied. I'm going to reopen this. Maybe it was missed since the change in version 3 was made to the theme.inc file, but in version 5 the change is made on the brightcove-field-player.tpl.php file.

This may have slipped through the cracks...

k.dani’s picture

Status: Needs review » Closed (fixed)

Thanks for the patch, the wmode parameter has been added to brightcove-field-player.tpl.php (Commit c1f4e1d on 7.x-5.x).