Hia, I\'m looking for a way to play a movie as background in portray mode in my app. The movie should not respond to any taps and my app would have its own buttons and labels over the movi开发者_如何
I create an embedded MPMoviePlayerController thusly inside my loadView method: self.moviePlayerController = [[[MPMoviePlayerController alloc] init] autorelease];
Total Objective-C/XCode N00b here but I am attempting something, which I assume is simple.I have an app that is written for the iPhone, I don\'t allow auto orientation and only have the main interface
I am developing an application which loads video while the application launches. I observe a huge jerk while the video plays and removes from screen.
I played video in iphone by using this cod开发者_运维问答e -(IBAction)btnNew_clicked:(id)sender {
I\'m working with the MPMoviePlayerController for the iOS platform and am not sure why the \"Done\" and \"Loading Movie...\" controls are not displaying automatically when loading a new video.
I subclass MPMoviePlayerController. In that class I attached all possible notifications that I need. DidFinishPlayback, ExitFullScreen etc. in it\'s loading method. My question开发者_开发知识库 is, if
I\'m attempting to load a small movie for a Title/Splash screen. However, when I call presentMoviePlayerViewControllerAnimated nothing happens. I have confirmed that the block of code is being execute
I have an universal application which plays several imbedded movies. All works fine on my iPad with iOS 4.2 and on my iPhone 4 with iOS 4.2.1. However on my iPod touch 2G with iOS 4.2.1, the movies do
I am streaming small movies (1-3MB) off my website into my iPhone app.I have a slicehost webserver, I think it\'s a \"500MB slice\".Not sure off the top of my head how this translates to bandwidth, bu