I\'m using the standard Apple moviePlayer sample code and have customized it to play only podcasts like:
So it appears as though my MPMoviePlayer no longer wants to seek forward, despite it being the case that seeking is done internally by the MoviePlayer, so all I should be doing is setting up notificat
I\'m having lots of trouble displaying a fullscreen movie in my iPad app and then allowing the user to dismiss it with either the Done button or the \"un-fullscreen\" button on the player controls.
I have this code trying to run a video on the iPhone 4 Simulator. The problem is that looks like it loads the player but half a second later loads a back screen on top of t开发者_开发百科he whole app
I have开发者_运维问答 a video in my iPad app, but I dont want it to be able to go to fullscreen. However I do potentially want the user to be able to navigate to the part of the video that they want t
I\'m using the first answer from iOS 4 + MPMoviePlayerController to try and get MPMoviePlayerController to play.In the simulator (iPhone device with iOS4), I hear sound but no video.On the device (iP
Steps to replicate: 1. Call playMovieAtURL.Use this url: (http://nov8rixstorage.blob.core.windows.net/searchpad/tutorial_portrait.mov)
Having some issues getting this MPMoviePlayerViewControl开发者_JAVA技巧ler to work.I have two sample URLs pointing to the same Quicktime movie.The commented out URL doesn\'t work; the other one works
I am having a crash issue while playing video in iphone 4.0 OS. Actually, I have created application with base SDK 3.0 and now i am just installing application to 4.0 OS device.
is there a way to play multiple movieplayer-view at the same time? I´ve tested that with 3 different buttons which loads a video in there own view. But only one instance is playing at the same time.