Thursday, May 22, 2008
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?


4 Comments:

Blogger MaTT said...
 


“this is for AIR only.

- MaTT”
 
Anonymous Eric said...
 


“FULL_SCREEN_INTERACTIVE is only allow ed in an AIR application. Thats probably the reason that you get the auto complete.”
 
Anonymous Gustavo Perez said...
 


“sadly, there was no time when interactive fullscreen was available. we have to quit off fullscreen mode, and focus to the target input textfield to let the user type and send filled form. all we hope adobe changes this soon. any other version about this will be welcome.”
 
Blogger e.dolecki said...
 


“Ooops. You are so right on the money there. I completely forgot about AIR (when I'm not in FlexBuilder that is).

Thanks guys ;)”
 
Post comment

Links to this post:


Create a Link

gotoAndStop( topOfPage );