Questions tagged [wmode]

113 questions
3
votes
1 answer

Which Flash rendering cases are faster when the wmode embed param is set to "gpu"?

In May 2008 (about three years ago, as of the time of this posting), an engineer who worked on Flash Player 10 wrote the following in a blog post talking about GPU compositing: Just because the Flash Player is using [GPU compositing] does not mean…
3
votes
2 answers

Add attribute to embed tag using jquery

I have the following embed tag: I have about five of theses on a page, and I'd like to add the…
HWD
  • 1,547
  • 7
  • 36
  • 72
3
votes
1 answer

Add "wmode" parameter to src of an iframe with PHP

I have had some problems with the z-index of a FLASH- and an overlaying DIV-element. I've used this jQuery/Javascript solution, which adds the "wmode=transparent" parameter to the "src" of every (YouTube & Vimeo) iframe, to solve the z-index issues…
LosMikEos
  • 61
  • 7
3
votes
1 answer

Layering HTML element over SWF object with wmode="direct"

I've been searching for a while now about how to layer html element over SWF object and at last what i came up to is (according to Abode):- Internet Explorer : Doesn't support layering at all. Firefox : Doesn't support layering (But it worked but…
user1327487
  • 41
  • 1
  • 5
2
votes
4 answers

Superfish Css/Jquery Menu goes under Flash Content in IE7

http://mindfulintegrations.com/signiacapital/index.html It works fine in FF3 and IE8 using SwfObject2 and wmode=transparent, but for the life of me I can not get the menu to dropdown over the flash content in IE7. Any help would be appreciated. I've…
Zachary
  • 169
  • 1
  • 9
2
votes
2 answers

IE9 z-index issue with embedded video

I'm trying to make a YouTube video that is embedded as an iframe pop up in a modal window. I have it successfully working in Chrome and Firefox, but it will not work in IE. The Flash video seems to override the z-index, even though I have the…
Brady
  • 212
  • 1
  • 8
2
votes
1 answer

wmode parameter for YouTube iframe embed

Setting a wmode parameter when embedding via the YouTube iframe (see Youtube iframe wmode issue) appears to no-longer work, at least in Chrome 14 and reportedly IE as well. I've created this jsfiddle to demonstrate the problem:…
Jacob
  • 77,566
  • 24
  • 149
  • 228
2
votes
3 answers

Issues with wmode="opaque" and issues with wmmode="window"

Ok so first I was having 2 issues with default wmode of "window". My web page navigation menus would go under my flex/flash app. The other issue was when scrolling in the flash app the whole page would scroll. I changed wmode to "opaque" and this…
MurderDev
  • 157
  • 1
  • 10
2
votes
1 answer

Object tag to transparent mode

A simple question, How to detect all tag in the dom and add or change its 'wmode' to transparent using jquery. Thanks in advance.
Trez
  • 1,140
  • 5
  • 16
  • 23
2
votes
1 answer

Haxe flash hardware optimization

It is possible to enabled hardware optimization (wmode) from haxe?
62316e
  • 225
  • 2
  • 19
2
votes
1 answer

Showing div over flash content embedded in a website in iframe

I am going through the questions around various forums for the answer for this one but none seems to be working for me. I have embedded a 3rd party website in an iframe. The website has some flash content. The Iframe has a container div which has…
Sanjeev
  • 125
  • 2
  • 11
2
votes
1 answer

how is it possible to put a div over a jwplayer5 video?

The problem is that on IE the video jwplayer5 goes over everything, and my goal is the user to avoid to click over the video, to prevent PLAY/PAUSE effects. i was suggested to put a div over the video, I did it, but on Internet Explorer (i'm…
axel
  • 3,778
  • 4
  • 45
  • 72
2
votes
5 answers

Safari Flash WMODE not working - anything wrong with this embed?

I've got a problem with this embed in Safari. It works just fine on all other browsers, Internet Explorer 6 included. The problem is that the embed seems to jump to the very top layer, ignoring all z-index or positioning statements. This is…
MrFidge
  • 2,107
  • 11
  • 40
  • 63
1
vote
0 answers

How do I make a fixed header that will cover iframes containing flash ads as my page scrolls?

I cannot use wmode=transparent/opaque in the flash object to force it to obey my page's zindex because of the ad provider-controlled cross-domain iframe. I've tried to use Google closure's iframemask, but it doesn't work on other iframes (or flash…
shannon
  • 11
  • 2
1
vote
1 answer

Flash overlapping / wmode Issue

I experience the very known flash / html overlay issue in Google Chrome (16.0.912.75 m) and Safari (5.1.1). As suggested here and here I have set the wmode attribute to transparent - and tried opaque, as well. Unfortunately both didn't do the trick.…
SunnyRed
  • 3,525
  • 4
  • 36
  • 57