您的位置:首页 > 其它

flex esc退出全屏监听

2012-03-27 19:17 218 查看
flex esc退出全屏监听

<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);

}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: