Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

45
votes
5answers
24k views

Youtube iframe wmode issue

Using javascript with jQuery, I am adding an iframe with a youtube url to display a video on a website however the embed code that gets loaded in the iframe from youtube doesnt have wmode="Opaque", ...
22
votes
5answers
46k views

differences between using wmode=“transparent”, “opaque”, or “window” for an embedded object on a webpage

when embedding a Flash object with the <object> and <embed> tag, there is an attribute called wmode. It seems that most of the time, wmode="transparent" is the same as wmode="opaque" as ...
7
votes
5answers
8k views

Google Chrome, Flash and z-index wrong behaviour

Google Chrome is displaying the z-index of a Flash video incorrectly. Take a look at http://maxusglobal.com/ in Firefox or Internet Explorer. Now take a look at it in Chrome. The big video at the ...
4
votes
2answers
3k views

Safari WIndows and Transparent Flash

// Edit: The issue now appears to be confined to Safari for Windows. Around the time Safari for Windows 4 came out I started hearing from users that wmode=transparent was no longer working in ...
4
votes
3answers
3k views

MouseWheel not working when published movie has wmode=“transparent”?

I'm experiencing a bug with a published flash movie. When I embed the movie in an HTML page (with SWFObject 2.1), and assing it the wmode param value of 'transparent', all my functions based on the ...
3
votes
1answer
241 views

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 ...
3
votes
3answers
2k views

Youtube video goes to top from an Iframe

I've got a page with an iframe displaying external website that covers the whole page, on top there's a div with some content, similar to google images new interface. If in the page contained in the ...
3
votes
2answers
1k views

Add attribute to embed tag using jquery

I have the following embed tag: <embed type="application/x-shockwave-flash" width="640" height="505" src="url_to_video" allowscriptaccess="always" allowfullscreen="true"></embed> I have ...
2
votes
2answers
185 views

jQuery: setting wmode to Youtube video for z-index handling

I'm doing this: //z-index of flash objects $('object').prepend('<param name="wmode" value="opaque">'); $('object embed').attr('wmode', 'opaque'); So, when I inspect the youtube video on my ...
2
votes
1answer
167 views

Youtube video showing on top of JS lightbox

I've got a Youtube video embedded on my webpage and there's a link below the video which brings up a JavaScript lightbox. When the lightbox appears, it appears over the lightbox. Any idea why this ...
2
votes
0answers
299 views

Show html link over flash object without using wmode=“transparent”

On my html page, I have an iframe where I load another html page. This inner html page contains a flash movie. The iframe occupies the whole space on page. On main page, I need to show an html link at ...
2
votes
1answer
2k views

Disable Adobe Flash Player hardware acceleration in the embed code or AS

We run surf camera streams on our website, which are played via the latest version (5.4) of JWPlayer on our pages. Recently we switched over to another streaming service, and H.264 streams, as we are ...
2
votes
1answer
586 views

Object tag to transparent mode

A simple question, How to detect all <object> tag in the dom and add <param name="wmode" value="transparent"> or change its 'wmode' to transparent using jquery. Thanks in advance.
2
votes
4answers
8k views

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 ...
2
votes
4answers
4k views

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 ...
1
vote
1answer
33 views

Flash overlapping / wmode Issue

On my page 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 ...
1
vote
0answers
17 views

SiSTeR. Can't set the “wmode” param for flash

I am new in a project. I have to fix a bug with wmode param. The project uses SiSTeR. Trying to configure as SiSTeR.Config.wmode = "transparent"; makes no effect. What I am doing wrong?
1
vote
0answers
94 views

Chrome 15 and wmode=“transparent”

I have found several related questions here, but none is specific to my problem. I have and embedded flash object with a "wmode=transparent" parameter. The background is transparent in all browsers ...
1
vote
2answers
502 views

Quicktime - Wmode Transparent problem

Embedding a Quicktime video on a page as a graceful fallback for the IE family of browsers (no flash / html5). I have a div overlaying the video later on, so the Quicktime embed must be ...
1
vote
0answers
103 views

how does wmode transparent allow to place html elements over flash object

There are many questions about placing html content over flash http://stackoverflow.com/search?q=html+content+over+flash+wmode+transparent and most prominent solution seems to use wmode=transparent ...
1
vote
2answers
198 views

wmode - What does it mean in browser's rendering behavior?

Wmode in object tags and iframe tags. There are many discussions on making navigation to work properly in flash pages etc etc. - Someone please explain with details on what attribute does in ...
1
vote
1answer
335 views

Can I have transparent background in fullscreen flash?

Is there a way to get transparent background when in fullscreen mode in flash? I tried the following: <!DOCTYPE HTML> <html> <head> <style type="text/css"> ...
1
vote
3answers
229 views

Are OBJECT & EMBED tags always on top?

"I have a site I made that I am streaming video on, its starting to look pretty cool but the menu I made in CSS is always under the video so some of the links dissappear behind the object, does ...
1
vote
3answers
1k views

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 ...
1
vote
1answer
668 views

IE Scrolling Issue when Flash wmode is set to opaque

This would be for a Flash game within Facebook. If you have a Flash object in IE, when you use the up and down arrow keys it causes the entire browser to scroll. IF you have a game that requires the ...
1
vote
3answers
726 views

Setting wmode=“transparent” doesn't work with Flex app and SWFObject?

I am using SWFObject to embed a Flex (4.1 SDK) made application in an HTML page like in the code sample below: var swfVersionStr="10.0.0"; var xiSwfUrlStr="playerProductInstall.swf"; var ...
1
vote
2answers
438 views

Enforce Flash wmode = window on Mac

How do I enforce Flash's wmode=window on Mac? This mode should make Flash reside on a layer higher than normal HTML elements and have better performance. It's working fine on Windows. On Mac, there's ...
1
vote
1answer
174 views

Simulating a disabled wmode

Im running into a trouble here. Here's the thing, I'm making a flash game that uses some pixel techniques like copypixels, bitmapdata, etc. Im planning to offer the game to FGL (Flash Game License) ...
1
vote
2answers
759 views

WMODE and Flash Video - stability and performance

for a business reasons I need to overly Flash video player with HTML content. This requires the WMODE to be set as "opaque". However Flash Player Engineering Tinic Uro warns us over lower ...
1
vote
0answers
319 views

Wmode transparent and symbols issue with foreign keyboard

I have the known issue with wmode transparent and input textfield in my page. I know that the question is often asked but I have a special situation with that case. I need to embed my swf with ...
1
vote
1answer
453 views

Force wmode on flash content with javascript

I'm using a modal window on a client's site where we have no access to the content. The problem is that he has some flash on the page and the wmode for these is not set to transparent. Is there a ...
1
vote
1answer
160 views

is there a way to cover a flash with a div when wmode is 'gpu'?

i know this can be done by changing wmode to "transparent or opaque". But is there any way to show the div over the flash file using wmode "gpu" ..
1
vote
1answer
184 views

Haxe flash hardware optimization

It is possible to enabled hardware optimization (wmode) from haxe?
1
vote
2answers
502 views

Flash wmode=“transparent” shows weird colors and outlines in Firefox

Maybe it was a recent FF update, but at the end of this flash intro, lots of random red and green colors show up. http://incitoconsultants.com/test/index.php ...
1
vote
2answers
3k views

how to put html content over flash when wmode=window?

Is this even possible? The situation is, I don't control the embedded flash, and I have no way of knowing whether it is embedded with wmode=tranparent/opaque or wmode=window. This means in the first ...
1
vote
3answers
549 views

Flash Transparency: Does it work reliably in anything other than IE? Are there workarounds?

I've been given a site layout and a flash navigation to incorporate which requires transparency. However, using wmode='transparent' the results are highly inconsistent across browsers using the latest ...
0
votes
0answers
27 views

Flash does not reappear after hiding on FB canas app using wmode=direct

I'm working on a FB canvas app using Flash with 3D graphics. I must embed my SWF with param wmode="direct". On FB, when opening FB UI dialog (such as: purchase credits), FB automatically hides ...
0
votes
2answers
152 views

Flash wmode=“direct” issue on FB canvas app

I develop a FB app using Flash using wmode="direct" (for 3D graphics). In Internet Explorer, every time I popup any FB dialog (e.g Purchase Credits dialog), the flash disappears and when the dialog ...
0
votes
1answer
98 views

“wmode=direct” Behavior In Older Browsers And Flash Versions

I want to apply wmode=direct to flash objects on my page. What are the behaviour it will accomplish in older browsers (IE6,IE7,etc.)? Or the older versions of Flash Player? Does the parameter behave ...
0
votes
0answers
47 views

JavaScript: Reload/reparse part of document

I am having a problem updating my page lay-out through JavaScript. I am editing an embed object (a YouTube video) to allow overlaying div's using wmode="opaque". I am running in to a problem with ...
0
votes
1answer
195 views

Flash 11 wmode transparent no longer working for windowless component

We have a standalone product (not browser based) that uses Flash for some of its gui. We let flash render to a windowless control then used that bitmap as a 3D texture where it is then displayed by ...
0
votes
0answers
72 views

jquery.fullBg plugin mixed with jquery.flash.js plugin: movie disappear when wmode=transparent

Im the new kid on the block so I apologyze if I'm not doing very well. I'm using together the full image background plugin: http://bavotasan.com/2011/full-sizebackground-image-jquery-plugin/ And the ...
0
votes
1answer
177 views

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 ...
0
votes
0answers
157 views

Flash with wmode=transparent or opaque , z-index isn't working at all

So here's the situation I have page with a bunch of video modules it's layed out as follows Top menu that pops out] Video (JW Player Other stuff However whenever I hover over a menu item and it ...
0
votes
0answers
45 views

Div overlaying flash object in IE

I have a flash icon overplayed by a clickable div that submits a form to PayPal with a JavaScript. wmode of the swf is set to opaque, but it doesn't solve the problem for IE, any help will be ...
0
votes
1answer
151 views

Twitter widget covers up another div that might appear over it . How to make twitter widget appear under?

I'm sure a lot of people use the twitter widget that twitter provides. Here's the code they provide: <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new ...
0
votes
0answers
100 views

z-index issue with embed flash content (from trulia real estate)

I'm trying to get an object tag containing embedded content to adhere to a z-index of 0. So far no luck. The embedded content is an external HTML page which contains Flash content. Here's what I'm ...
0
votes
2answers
48 views

Problem with Flash and HTML Menu

I have a problem with a Flash object and the menu of my page. The site is on Wordpress : http://www.pymedia.cl/st/ When I try to access to the menu, the menu content appears behind the Flash. How ...
0
votes
1answer
387 views

Flash wmode opaque working slow on Facebook

When setting wmode to "opaque" (or transparent) my flash app becomes slow on Facebook. I can particularly notice it when moving the mouse around (even on a tiny area of the screen), if I don't move ...
0
votes
0answers
46 views

GWT object and wmode

I am using HTML widget to get an <object> <params.../> </object> with a wmode = transparent param. (we use a custom ActiveX player) But, when inspecting the ouput html code, several ...

1 2