vote up 0 vote down star
1

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 2 situations I can put my html content on top, just by using z-index, but in the last situation (wmode=window) I have no control.

Does anybody know a way to overcome this problem?

flag

2 Answers

vote up 1 vote down check

You can't, the whole point of wmode=window is to put the plugin in an overlay window that goes on top of the main browser window - it isn't actually possible for the browser to draw on top of it.

link|flag
You can do that with iframe, se answer for question: stackoverflow.com/questions/1470166/… – Török Gábor Sep 27 at 13:19
vote up 0 vote down

Try something called iframe shim. not sure how cross-compatible it is, but it works for me

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.