I have implement the MPMoviePlayerController it perfectly working in ios 3.2 and 4.0 but not in Ios 4.2.
In my app I have a short movie that I want to play before the the menu is loaded. I\'ve written a few lines of code. The app works well but when I close it on the simulator or on my iPad Xcode reports
I\'m using the MPMoviePlayerController with my App. It works fine both with the XCode simulator and the device (iPod Touch with iOS 4.3.1), but when running the App in XCode\'s Debug Mode on an iPod T
I\'m working with an MPMoviePlayerController which renders its UIView to the right dimensions on landsca开发者_Go百科pe, but when rotating to portrait it is simply not resizing. I think it\'s parent U
I\'ve an application based on iOS4, with a: MPMoviePlayerController and this settings: moviePlayerController.movieSourceType = MPMovieSourceTypeStreaming;
I am trying to stream an mp3 using MPMoviePlayerViewController. I realize this was (obviously) meant to be used for movies, but I read that I could use it to stream mp3\'s as well.
I assume that the initWithContentURL: method is not asynchronous.I added the following methods to do the load in the background and then assign the temporary player to my variable.
We have a http live streaming开发者_JS百科 running on our iOS app. We want to get thumbnail images every 1 minute. I tried using MPMoviePlayerController methods
I\'m developing an iPad application where we have to periodically add/update/delete cookies while MPMoviePlayerController is playing an Adaptive Stream. Everything is working perfectly on the simulato
I am adding an MPMoviePlayerController to a view like so: player = [[MPMoviePlayerController alloc] initWithContentURL:url];