protected function windowedapplication1_windowCompleteHandler(event:AIREvent):void
{
// go fullscreen
var state:String = (stage.displayState == StageDisplayState.FULL_SCREEN) ? StageDisplayState.NORMAL : StageDisplayState.FULL_SCREEN;
stage.displayState = state;
// set statusbar
showStatusBar=false;
}
No comments:
Post a Comment