05-01-2011 02:24 PM
Nice call Peter, I always have a tough time actually tracking down the docs for each SDK. I'll give that a shot. play_audio is not required to actually play audio, so it seems that it might fit the bill for the audio controls...
05-02-2011 01:49 PM - edited 05-02-2011 02:13 PM
Ok, I managed to get this working!
Here is the process:
--------
var mediaService:MediaServiceConnection = new MediaServiceConnection();
mediaService.connect();
mediaService.requestAudioService();
mediaService.addEventListener(MediaServiceRequestE
05-23-2011 12:31 PM
this didn't work for me. i have a timer app with an alarm. i have the MediaServiceRequestEvent.TRACK_PAUSE triggering a stopSound function. with this code in my app, the play/pause button still has its default action. it toggles muting for the Playbook on and off instead of simply stopping the audio. anyone else getting this to work?