A complete sample is available from SVN in the MediaPlayer sample, the short version is:
using MonoTouch.MediaPlayer; var moviePlayer = new MPMoviePlayerController (new NSUrl ("file.m4v")); moviePlayer.Play ();
Viewing Details: