Launches the webOS audio player with a supported audio stream or file.
Example usage:
this.controller.serviceRequest('palm://com.palm.applicationManager', {
method: 'open',
parameters: {
target: "file:///media/internal/World.mp3"
}
});