I\'m writing my first iPad app that plays a video on a portion of the screen. My problem is that if the user changes to another view while the video is playing, the audio keeps playing in the backgrou
i have search on the site but i haven\'t find the same problem as mine when i do a pinch out on my video, the notification \"MPMoviePlayerPlaybackDidFinishNotification\" is called.
Anybody have trouble with an MPMoviePlayerViewController giving a white screen when it is presented? - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath*)indexPath {
I\'m new to iPhone development. Just wondering what the difference is between the MPMoviePlayerController and the MPMoviePlayerViewController. Also, more generall开发者_高级运维y, what is the differen
I am new to xcode, interface builder, and the iphone simulator. I am trying to play a movie/video in xcode on the click of a button (which is very straightforward). I am using xcode 3.2.4 and iphone s
I am creating an app that plays a video. This video is promotional material for a company. It details some of their products. What I want to do is create a button that can \"jump\" to a specific produ
I want to add a button on my video player when it is playing in fullscreen. I c开发者_开发知识库reated an Overlay on my videoplayer and it\'s working very well on an iPhone. I tryed to same thing on a
In my iPhone App I need to show the videos which ar开发者_Python百科e in Flash format. I asked the client to change the videos in iPhone compatible format. They stored the converted the video on a se
i am trying to play an intro mov开发者_JAVA技巧ie (like a splash screen). it used to work fine for sdk 3.0 but now i am doing it for iPad. andits not running movie instead it just show black screen be
I have any number of thumbnail images that, when tapped, will play a different video (fullscreen). I have never been clear on whether I should keep one MPMoviePlayerController object in my view contro