关闭航空应用程序,在哪里?

Rya*_*lls 1 air actionscript-3

似乎System.exit(0)和flash.system.System.exit(0)都抛出错误"[Fault] exception,information = SecurityError:Error#2018:System.exit仅在独立的Flash Player中可用."

我正在创建一个全屏应用程序,我只是想添加一个关闭所有窗口并退出的关闭按钮(我有一个通过NativeWindow打开的辅助窗口).吨和谷歌搜索什么都没有.让我想知道我是否遗漏了一些超级简单的东西,因为所有"无铬"应用都必须拥有它.

我四处寻找stage.NativeWindow,但关闭并没有退出整个应用程序.

*注意我在flashdevlop 4.0中使用纯as3进行构建和测试,没有flex.

小智 12

NativeApplication.nativeApplication.exit();

如有疑问,请查看文档!:)

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/desktop/NativeApplication.html#exit()