Is it possible to play some audio files while my movie is playing. I don't want it to interrupt or pause he movie. Just the audio to play at same time at various predetermined points.
Many Thanks, -Code
Is it possible to play some audio files while my movie is playing. I don't want it to interrupt or pause he movie. Just the audio to play at same time at various predetermined points.
Many Thanks, -Code
You shouldn't have any problems with it.
If you want to synchronize or delay these players you should use the code they provide in AvAudioPlayer Class Reference using playAtTime: method.
Sadly MPMediaPlayback protocol doesn't provide the same method so exact synchronizing with video is a bit harder task.
EDIT: RoLYroLLs mentions using MPMoviePlayerLoadStateDidChangeNotification
to achieve this here and this approach seems promising.