hi i want hide movie control (Play - next - volume and ..)from MPMoviePlayer ... what can i do ?
You can do this by this line of code which hides the controls of the player.
[player setMovieControlMode:MPMovieControlModeHidden];