监听舞台 stage.addEventListener(Event.DEACTIVATE,deactiveHandler);
protected function deactiveHandler(event:Event):void
{
// TODO Auto-generated method stub
NativeApplication.nativeApplication.exit();
}
监听舞台 stage.addEventListener(Event.DEACTIVATE,deactiveHandler);
protected function deactiveHandler(event:Event):void
{
// TODO Auto-generated method stub
NativeApplication.nativeApplication.exit();
}