03-18-2013 01:47 AM - edited 03-18-2013 04:58 AM
Hi I was wondering if there is any support for headset notifications.. I mean do we get any notification when we plug in our headset and also when we remove the headset... or any event is being triggered .. If there is some event being triggered at the time then can we programatically acces it.....
``````````````````````````````````````````EDIT````
While going throught API Reference for Adobe Air I found some code and tried it
My code
addEventListener(qnx.events.AudioManagerEvent.CONN
addEventListener(qnx.events.AudioManagerEvent.CONN
private function outputchanged(event:qnx.events.AudioManagerEvent):
{
trace('Output is '+event);
}
this is not working. I didnt get any trace output...?? Any idea..??
Any advise/help is appreciated
Thanks in advance
Solved! Go to Solution.
03-18-2013 06:06 AM