Why use wmode at all?
Posted
by Captain Phoenix
on Stack Overflow
See other posts from Stack Overflow
or by Captain Phoenix
Published on 2010-03-18T09:03:11Z
Indexed on
2010/03/18
9:41 UTC
Read the original article
Hit count: 658
What benefit does using wmode give if you're not needing transparency? I've look through this forum and found posts talking about the different wmode attributes here, but I want to know why I need to use it in the first place and if removing it will break anything else.
My application uses wmode="opaque" at the moment but it seems to stop scrolling in Firefox. I use JavaScript focus() to allow the user to type directly into the flash ap. Otherwise I'm using the stock standard Flex Builder 3 HTML template. Edit: The ap uses the whole page, without any additional elements needing to be displayed over the flash part.
© Stack Overflow or respective owner