<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="initApp()">
private function initApp():void{
this.addEventListener(Event.ADDED_TO_STAGE,onAddToStage);
}
function onAddToStage(event:Event):void{
stage.addEventListener(FullScreenEvent.FULL_SCREEN,isFullScreen);
}