Dubi
Dubi

Reputation: 1

Safari full screen bug

I need to use full screen mode in my flash application, for some reason when i go into full screen mode in safari or chrome, the stage is completely disabled. I tried using a very clean swf file with nothing on it, just 2 buttons: one for full screen and the other for normal screen, and still i can't click on anything after going into full mode. In IE and FF everything works fine, any idea ?

Upvotes: 0

Views: 1164

Answers (1)

Bjorn
Bjorn

Reputation: 71860

I am not sure but I think it could have something to do with your wmode setting:

<param name="wmode" value="opaque">

Upvotes: 2

Related Questions