I\'m having trouble with playing audio stream using MPMoviePlayerController in the background. On the foreground it\'s playing the audio just fine, but whe开发者_如何学运维n the application goes to th
I\'m using MPMovie开发者_JAVA技巧PlayerViewController and I want to know if there is a method that can tell me when the user clicks on the Pause button for the video, like an observer?You should use M
In my iPhone app, I\'m using MPMoviePlayerController to play a movie. I\'m hiding all the controls that are by default visible on the movie player. But I placed a \"Replay\" button over the player con
I have an app where I open and display a variety of files that are downloaded and saved on the device.
HI, i want to play a movie using MPMoviePlayerViewController and listen to a MPMoviePlayerPlaybackDidFinishNotification, but it doesn´t get called. Any ideas on that?
I\'m creating a custom MovieController using MPMovieController as base. I can switch the video to full-screen by calling
My app main thread is displaying a movie at the beginning , while other thread are doing background tasks.
I am making an iPhone app, where in there is a requirement for embedding video into the app. I am using MPMoviePlayerController class instance to play the video inside my iPhone app. Now how to stop t
I\'m trying to put two MPMoviePlayerController on a UIView like this for (int i = 0; i < 2; i++) { UIView* v = [[UIView alloc] initWithFrame: CGRectMake(0.0f, 300.0f * i, self.view.width, 300.0f)]
I\'m working on an iPad project where i have to play short video files one after another smoothly. For playing the videos i\'m using MPMoviePlayerController. The problem i\'m facing is that when i cal