Emulating splash video in iOS application
问题 OK, there are very few options to emulate the splash video in iOS. All we can do is wait till application is fully loaded and then create Media Player and load video in it. I implemented it with following code: -(void) moviePlayBackDidFinish:(NSNotification*)notification { NSLog(@"Intro video stopped"); [mMoviePlayer release]; } - (void)applicationDidFinishLaunching:(UIApplication *)application { NSURL* mMovieURL; NSBundle *bundle = [NSBundle mainBundle]; if(bundle != nil) { NSString