Some favorite site feeds aggregated locally: iPhone Development RSS   Adobe Labs RSS   Macrumors RSS

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?
 
 Return to the main page
Comments:

There are currently 4 Comments:

Blogger MaTT said...
“this is for AIR only.

- MaTT”
 
Anonymous Eric said...
May 22, 2008 10:37 AM
“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...
May 22, 2008 10:49 AM
“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...
May 22, 2008 10:50 AM
“Ooops. You are so right on the money there. I completely forgot about AIR (when I'm not in FlexBuilder that is).

Thanks guys ;)”
 
 Leave a comment