Is it possible to play different audio and video file at a sametime? And also i want to display control's for both. So please let me know is it Possible?
As far as I know the MPMoviePlayer takes up the whole screen. You can hide the controls, but you can't add your own controls. So if you need to show movie controls and sounds controls at the same time, you can't use MPMoviePlayer.
Ok.Thanks smasher.Perhaps I did n't do the right question.I was asking about why it is not possible play audio and video at the same time, not about showing (or using) movie controls and sound controls at the same time.
Guys you can play sounds and video at the same time, I just did it using AudioServicesPlaySystemSound which is from AudioToolbox to play a sound while I was showing a video using MPMoviePlayerController
Guys you can play sounds and video at the same time, I just did it using AudioServicesPlaySystemSound which is from AudioToolbox to play a sound while I was showing a video using MPMoviePlayerController
The original poster said "And also I want to display control's for both." That was not possible in OS 3.0 because the movie player took up the whole screen. You can do this now in 4.0 since you can control the view of the movie player.