Hello,
I need some help with this, I wish to know how to exit an application made in fl4 that is packed in sis.
I've tried this:
but is asking me for to allow access to the device, and then after restarting the app, i need something that closes the application right away, something like the old fscommand2('quit'), but for fl4 that runs on an N8.PHP Code:exitBtn.addEventListener(MouseEvent.MOUSE_DOWN, exitApp);
function exitApp(e:MouseEvent):void{
fscommand('Quit');
}
Thanks



