I\'m trying to play two videos continuously using MPMoviePlayer. I let the second video play when the MPMoviePlayerPlaybackDidFinishNotification is posted.
I have the MPMoviePlayerController set up to play a movie.I want to detect a touch on the movie for bringing up few buttons.I used the code :
I have a MPMoviePlayer setup to play an intro movie to my application. That works just great, the only problem is that it lasts for 14 seconds, and I want to give my users a chance to skip the intro b
I would开发者_高级运维 like to be able to display a video on the iphone screen - preferably in a view so that I can control its display coordinates.I want to be able to load the view and overlap and p
I was trying to go through the iPhone\'s sample code for mediaplayer. I want to be able to capture the amount of time the media player has played the video. The duration at which the media player has
I\'m using MPMoviePlayerController to stream audio/video files from a servrer. It works great on all other OS versions. However, on 3.1.2, it shows the Default.png image (used to display at app splash
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 does
I am not an iPhone developer (yet). So please excuse me if this issue is very basic question. From what I can gather from the development documentation, it is only possible to \'play\' one video file
i have created a application that plays movie on button click..my application is running without any warning or error. But i am not able to see the movie don\'t know why?
Can anyone suggest me how to obtain the view that contains all but开发者_如何学编程tons from \'MPMoviePlayer\'?