StageDisplay eases Stage interfacing with added/simplified methods and properties. Note _fullscreen() requires Flash Player >=9.0.28
static public onStageResizeEVENT:Stringstatic public onStageResizeCompleteEVENT:Stringstatic public onStageFullScreenEVENT:Stringstatic public onStageReadyEVENT:Stringstatic public $:StageDisplay [Read Only]public isReady:Boolean [Read Only]public _width:Number [Read Only]public _height:Number [Read Only]public _size:Point [Read Only]public _centerx:Number [Read Only]public _centery:Number [Read Only]public _center:Point [Read Only]public _fullscreen:Booleanpublic function onResizeComplete():VoidFires when an onResize event has not been fired in the time defined by _resizeDelayMs.
Void
public function onFullScreen(bFull:Boolean):VoidStage.onFullScreen dispatches onStageFullscreen event.
Void
public function toggleFullScreen():Voidtoggle Stage.displayState between "normal" and "fullScreen".
Void
public function destroy():VoidDestroy Singleton instance.
Void
destroy() in com.sekati.core.CoreInterface