Is there a way to disable the fullscreen button of the MPMoviePlayerController ?
You could hide the playback controls and add your own custom ones, this will prevent the default buttons being rendered at all
I.e with
[player setMovieControlMode:MPMovieControlModeNone];