I am building an iPhone app that plays videos on demand from a web service.
The videos play in an MPMoviePlayerController, and everything works fine on the iPhone de
i found this way only useful but it is timetaking to set the desired frame-
theMovie=[[MPMoviePlayerController alloc] initWithContentURL:theURL];
// Rotate the view for landscape playback
[[theMovie view] setBounds:CGRectMake(-230, 155, 480, 350)];
[[theMovie view] setTransform:CGAffineTransformMakeRotation(M_PI / 2)];