Question
Why my exit button not functioning in AIR 23.0 for Android. I already publish, but on my phone that exit button not function. Anyone can help ?
I'm using this code :
Exit_btn.addEventListener(MouseEvent.MOUSE_DOWN, clickHandler);
function clickHandler(event:MouseEvent):void
{
fscommand("quit");
}
