Question
Is there a way AIR App Events to trigger default device ring tone?
Hi!
I'd like to know if is it possible for AIR App to work with native device sound, I mean some events to trigger ring tone, mobile vibration...
for example,
private function alarm(e:Event):void{
// mobile vibration();
//or
//play default ring tone
}
Thanks!
