Thursday, May 22, 2008
FULL_SCREEN_INTERACTIVE ?
Thursday, May 22, 2008
// Doesn't exist.
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
// This does.
stage.displayState = StageDisplayState.FULL_SCREEN;
Hmm. I get the auto-complete for FULL_SCREEN_INTERACTIVE in Flash Develop 3b7. I don't think that's supposed to be in there. It's supposed to be NORMAL and FULL_SCREEN only I believe.
Regular fullscreen mode in AS3 SWFs don't allow for input fields, etc. however was there a time when there was a special fullscreen mode that did allow this?
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
// This does.
stage.displayState = StageDisplayState.FULL_SCREEN;
Hmm. I get the auto-complete for FULL_SCREEN_INTERACTIVE in Flash Develop 3b7. I don't think that's supposed to be in there. It's supposed to be NORMAL and FULL_SCREEN only I believe.
Regular fullscreen mode in AS3 SWFs don't allow for input fields, etc. however was there a time when there was a special fullscreen mode that did allow this?
Comments:
There are currently 4 Comments:
-
MaTT said...“this is for AIR only.
- MaTT”



