I have a page on which i have a 150px wode flash animation running. Then I have a <a href link below it so that upon clicking it a jquery based thickbox/lightbox opens the bigger version of flash animation.
Now it works fine in FF but in IE the small flash animation is also showing up…seems that the flash animations are on top of everything in the webpage.
Flash is a windowed object; that is, it lives in its own window on top of the browser. To make it a part of the page, you must change the wmode (windows mode).
For <object>, add <param name=“wmode” value=“opaque”>.
If you are still using <embed> for non-IE browsers, add the attribute wmode=“opaque”.
I believe—but I’m not a Flash writer, so take it for what it’s worth—that you may add the wmode argument when compiling.