I have an AD which is basically a flash file inside an IFRAME. Unfortunately, I cannot control the wmode of the flash file.
Is there any way in which I can place the div on top of the flash?
UPDATE: How does Wibiya (wibiya.com) do it then?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try using an iframe cut-out hack which is supported in many browsers for backwards compatibility reasons.
http://neugierig.org/software/chromium/notes/2009/07/windowed-windowless-plugins.html
Add an absolutely positioned empty iframe with the proper dimensions that acts as a mask wherever you want the underlying HTML to “bleed-through”. That’s probably how Wibiya is doing it, although I haven’t taken a look.
Closure provides a helper class to do this type of thing if you’re looking for inspiration: http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/ui/iframemask.js