Skip to main content
Participating Frequently
September 11, 2012
Question

FULL_SCREEN_INTERACTIVE - dialog button disabled

  • September 11, 2012
  • 1 reply
  • 1060 views

Hello. I met very strange problem. I'm trying to create full screen flash movie. I've set all possible params in html. Full screen opens, but I can't press allow button. For example here all works fine http://www.leebrimelow.com/?p=3311. Why?

And why stage.allowsFullScreenInteractive is always false???

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 11, 2012

what's your url and what flash player version are you using?

Participating Frequently
September 11, 2012

I'm testing it localy. Version 11.4. Such behaviour both in IE and in Chrome.

kglad
Community Expert
Community Expert
September 11, 2012

when you go fullscreen you must use:

StageDisplayState.FULL_SCREEN_INTERACTIVE

or its equivalent string.