总部所在地是何地
NSURL *url = [NSURL URLWithString:[[NSBundle mainBundle] pathForResource:@"videoname" ofType:@"mov" inDirectory:@""]];
并以此玩耍
MPMoviePlayerController *player = [[MPMoviePlayerController alloc] initWithContentURL:videoURL];
[[player view] setFrame:[self.view bounds]]; // Frame must match parent view
[self.view addSubview:[player view]];
[player play];
[player release];
<强度 > EDIT:- 强度 >
这个问题的确切答案是 否, 它不会使您的 App 慢速, 但是 确实, 将视频装入您的 App, 时间将取决于您在 App 中装入的视频数量。 解决这个问题的解决方案是您必须使用 ALAsssetLibaries 的块块 。
请查看此 < a href=" "http:// developmenter.apple.com/library/ios/#documentation/AsssetsLibrary/Reference/AL AssetsLibrary_Class/Reference/Reference.html" rel="nofollow" >ALAsssetLibary苹果类参考 。
如果联系不上我,会帮助你。