Application Exit Issue In IOS
how can exit application when pressed power btton in iphone , issue app have music when press power button app goes background normal feature of iphone app music not stopping @ , there way acheive ?
you can check exiting event:
nativeapplication.nativeapplication.addeventlistener(event.exiting, onexit);
function onexit(e:event):void{
// stop sound
}
More discussions in ActionScript 3
adobe
Comments
Post a Comment