Is there a way to disable the fullscreen button of the MPMoviePlayerController ?
Depending on your needs, you can also simply disable all user interactions on the player view.
player.view.userInteractionEnabled = NO;