In my application i\'m playing 2 videos from array one after another.I want to hit another url at the time of first video begin to play without affecting the video playing.
I am using MPMoviePlayerController f开发者_如何学JAVAor playing movie in iPad. Some times movie gets stuck.
In my application i am using MPMoviePlayerController for playing the video.I want to take the event when the user trying to skip the movie(track the progressbar).
Is it possible to play 2 video files simultaneously in the same view? I want to do have them both playing over half the screen, a little like this:
I need to play some movie files in the iphone. For that i have used standard coding, converted the file to m4v format from itunes, and then uploaded the file onto a server, so that i can directly call
I am looking to create thumbnails for a number of diffe开发者_StackOverflow中文版rent document types (mp4, pdf, png, and ppt).I have seen different methods for doing them individually - MPMovieplayerC
In my application i want to set the title for the video (At the time of video p开发者_如何学Claying).How do I do this?You can try placing a UILabel over the movie player\'s view
Before start my task i want to know the possibilities for playing 2 videos simultaneously(together) by using url.
I use the MPMoviePlayerController to Play an Audio Stream. My code follows the example at: http://iosdevelopertips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlie
I would like to know if it\'s possible to play a video from an NSData object... with the MPMoviePlayer开发者_Go百科Controller.Ben\'s answer works perfectly on simulator but wont work on the device, Yo