In my custom movie player ,i use[player setInitialPlaybackTime:playSlider.value]; to make the movie resume playing at the time i slide to,but it has this situation:
I\'m trying to create a basic app on the iPad SDK 3.2, that displays one movie player that switches between different video sources.Switching between VOD using the code below does not have any issues.
During the testing of my app i discovered that it crashed on an iphone with OS 3.0.1 and 3.1.1(iPod Touch).
I\'m trying to load an m3u8 file that\'s saved to the local filesystem, but the MPMoviePlayerController refuses to play it, citing \"m3u8 is not a supported media type\". How开发者_如何转开发ever, the
I am using a MpMoviePlayerController To play video in my aap. I want to handle the notification sent by tapping the control button displayed in the red circle in below image.
The problem is the following: I have an application in which all viewcontrollers are portrait only 9typical tabbar/navigation app), but I would like to play a move in fullscreen landscape mode. This
I am running an intro movie in a MPMoviePlayerController and i\'ve got a problem with the allocated memory not being released.
I\'m using a single instance of MPMoviePlayerController to playback short clips (3-10 Minutes) via HTTP-Download in an iPad-Application. This usually works nicely, but in rare cases the following patt
I am building an application with iPhone SDK 3.1.3. All I am trying to do is play a 2 Minute(11MB Filesize video) and loop it.
I am playing an video from url using MPMoviePlayerViewController class and it is working fine in all version of 3.(3.0,3.1,3.1.2,3.1.3)but in iOS4 video is not play开发者_如何转开发ing ? Have any one