Hi.
Short question:
If I want to use my flash apps with certain navigation parts over them at times or kinda hiding them sometimes or whatever, I have to set the wmode to “transparent” or “opaque”. If I set it to “window”, the flash thingy always stays on top.
At the same time, I want to be able to notice when the flash app loses focus. So far I used simply the “Event.DEACTIVATE” listener. But that one only works if the wmode is set to “window”.
Anyone found a solution to this? The existing discussions I found about that subject were nearly 2 years old.
I guess I could use something like “MouseLeave”, but that is quite different from losing focus.
Thanks for reading
Edit:
Just for those having the same problem some time:
I “solved” it by using the externalInterface class of flash to have javascript find out when the user clicks on certain elements outside of flash, and then send the flash movies the order to stop doing what they are doing (like streaming flv files).