I have implemented a listing of videos in a UITableView. When I touch on a particular video then the video plays in an MPMovieplayer. Now, I want to make it so that if I touch on a next button, then the next video in the UITableView will play. How can I implement this?
...
I am building an application that implements a custom view on iPhone’s native media player. I want your help in deciding directions to lay this effort. At present I have find out that iPhone SDK doesn’t support APIs to customize media player.
I need these things in the player:
I would like to have custom views i.e. want to change all ...
mpmovieplayercontroller sometimes has slow load time, what can be the reason?
thanks
...
I'm trying to implement a MPMoviePlayerView but I can't play the video files, I don't have a device yet to try it on, now I'm testing with simulator, I don't know if this is the cause.
So far I've been able to present the view and it shows the first frame of the video, but if I click play, it doesn't play I can move the progress bar and...
In Ipad (IOS 3.2) I am working on an app that needs to play a opening .mov. When the video (while located in startUpVC) is finished playing it will call another VC for a welcome page. After several VC changing when I called the function [viewController.view removefromSuperView] in delegate I found that the app called the startUpVC (in th...
Hi,
I display a video using MPMoviePlayerViewController in a tabbar application, the video plays fine in portrait mode but doesn't rotate in landscape mode.
The same code works fine in another project without the tabbar.
I tried to force the autoresizingmask to flexibleWidth and flexibleHeight without success.
If i return YES in the ...