Questions tagged [wmode]
113 questions
0
votes
1 answer
Why does Youtube set flash movies to wmode=window by default?
I understand the option can be controlled, but I'm sure there's a ton of people who's copy and pasting of embed codes skills do not extend as far as adding wmode=opaque into the iframe SRC attribute.
I'm curious as to what benefit having "window" as…

DanH
- 5,498
- 4
- 49
- 72
0
votes
4 answers
Flash: ... obaque?
I've upgraded to FireFox 4 recently and suddenly one of my flash modules stopped working. This a copy/paste of the object structure from firebug (double dots are there for simplicity):
0
votes
1 answer
How to detect Event.MOUSE_LEAVE when wmode=opaque or wmode=transparent
I have a customized drag event that works great for most things:
stage.addEventListener( MouseEvent.MOUSE_DOWN, beginDrag );
function beginDrag( e:MouseEvent )
{
stage.addEventListener( MouseEvent.MOUSE_MOVE, drag );
stage.addEventListener(…

zzzzBov
- 174,988
- 54
- 320
- 367
0
votes
1 answer
Facebook Safari OSX Youtube wmode bug
I'm having an issue that is specific to Safari on Mac OSX, where setting wmode to transparent is not preventing facebook modal windows, or drop downs from being overlapped by the video. We have tried opaque, transparent, and a handful of other…

Bob
- 2,738
- 3
- 18
- 12
0
votes
2 answers
Adding WMode="Opaque" with a Simple Replace in Tumblr
My knowledge of Javascript is pretty basic, so maybe the solution is obvious here. I've been trying to add wmode="opaque" to the Flash elements, specifically the audio players, rendered by Tumblr. I have a fixed header and the Flash elements overlap…

Andrew
- 366
- 3
- 16
0
votes
1 answer
JavaScript change wmode to opaque en masse
I have a site with code like this:
0
votes
1 answer
sifr3 - link not clickable when wmode set to transparent (Firefox)
sIFR.replace(cochin, {
selector: 'h1',
tuneHeight:-5,
wmode: 'transparent'
, css: [
'.sIFR-root { text-align: left; font-weight: bold; color: #959595; line-height: 1em; leading: -2}'
, 'a {…

ilija veselica
- 9,414
- 39
- 93
- 147
0
votes
1 answer
Google visualization: annotated time line with wmode="opaque" doesn't recognize mouse scroll in most browser
As stated in the title, I am now trying to create a chart using Google visualization: annotated time line. It's very easy to use and the documentation is fairly easy to understand as well. You can find the documentation here.
I run into a problem…

EkoAdiPG
- 11
- 4
0
votes
1 answer
How can I configure my flash object so that it won't cover my other page components?
I have this flash object that is being displayed in the middle of the page. The problem is that each time I try and open a js popup in this page, the flash object covers up the popup.
I've tried setting the wmode param to "opaque" and it didn't…

Florin
- 319
- 1
- 7
- 21
0
votes
1 answer
wmode transparency?
Could someone tell me why the dropdown menu isn't displaying above the flash object in Internet Explorer.
I was under the impression that all that was required was wmode='transparent'. This was working previously but not currently.
URL…

ComputerUser
- 4,828
- 15
- 58
- 71
0
votes
0 answers
automatic wmode to direct or transparant
I publish Flash games that's sometimes only load with wmode="direct" instead of wmode="transparant".
How should I load the right wmode automatically ?
Here is my static code :
0
votes
1 answer
Using javascript/Ajax to add, remove, modify wmode in object/embed/param
I just want that when Ajax is processing, a message saying "please wait" appears on top the flash/swf movie and then dissappears when Ajax is finish. So during the Ajax process, the 'wmode' is set to 'transparent' and when the Ajax finishes, it…

Shaoz
- 10,573
- 26
- 72
- 100
0
votes
3 answers
sorting flash overlap problem wmode='opaque'
im trying to fix the flash overlap using regular expressions. here is an example of markup im trying to convert to my needs
0
votes
3 answers
How can I set a Java applet transparency to show contents behind it?
I've got a web page with an applet inside. This applet is a drop target on a drag and drop action from the OS, I simply take an image from a folder, drag it on the applet and something happens.
I give this webpage to a graphic designer and he ask to…

yuri
- 575
- 1
- 14
- 33
0
votes
1 answer
Broken flash movie player! allowFullScreen does not work with anything other than a wmode value of "window" (the default)
I have a flash player on a page which plays videos. I also have modal popups (made out of div elements) which need to be able to display over the top of the flash player when they are opened, etc... I can't change either of these requirements since…

olive
- 1,194
- 1
- 15
- 34