Code:
moviePlayerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:theURL];
moviePlayerViewController.moviePlayer.controlStyle = MPMovieControlStyleFullscreen;
[moviePlayerViewController.moviePlayer setFullscreen:YES];
//moviePlayerViewController.moviePlayer.scalingMode = MPMovieScalingModeAspectFit;
[self.controller presentMoviePlayerViewControllerAnimated:moviePlayerViewController];
My code is as above. If i tap the stretch or forward button, the movieplayer will stops playing and dismiss the view controller. Also the PlyabackEndNotification method is getting called .