Is it possible to control iTunes from an app (to make it play a paused song)?

eGamerZ

New Member
I'm looking at the MPMusicPlayerController class, which lets you create an \[code\]iPodMusicPlayer\[/code\] with a playbackState that is readonly. I'm wondering if there's a way for me to modify the playbackState elsewhere to change the state from \[code\]MPMusicPlaybackStatePaused\[/code\] to \[code\]MPMusicPlaybackStatePlaying\[/code\].The goal if this is to play iTunes music which is paused by the TriggerIO media player
 
Top