In my iPhone application I want to mute & unmute MPMoviePlayerController. I have searched a lot but I am unable to succeed. Is it possible to mute audio in MPMoviePlayer con
[[MPMusicPlayerController applicationMusicPlayer] setVolume:0];
This Line will mute the sound(hopefully)..:)