﻿var player = new MPMoviePlayerController (myUrl);
player.PrepareToPla ();

// player frame should match the parent
player.View.Frame = myView.Bounds;
myView.AddSubview (player.View);

player.Play ();