actionscript 3 - close air app, where is it? -
seems system.exit(0) , flash.system.system.exit(0) both throw error "[fault] exception, information=securityerror: error #2018: system.exit available in standalone flash player."
i'm creating fullscreen app , im want add close button close windows , exit (i have secondary window via nativewindow open). tons , tons of googling nothing. makes me wonder if im missing super simple since "chromless" apps have have this.
poking around found stage.nativewindow closing not exit whole app.
*note building , testing in flashdevlop 4.0 pure as3, no flex.
nativeapplication.nativeapplication.exit();
when in doubt, check docs! :)
Comments
Post a Comment