stage.nativeWindow.addEventListener(Event.CLOSING, onClosing); private function onClosing(e:Event):void { e.preventDefault(); }