如何在iPhone中播放应用程序包中的视频

时间:2009-06-18 18:49:45

标签: iphone

我的iPhone应用程序文档目录中有一个视频。我想用mpmovieplayercontroller播放它。可以用一些邮政编码来做到这一点。

谢谢, 纳雷什

1 个答案:

答案 0 :(得分:2)

这是mpmovieplayercontroller文档的链接: http://developer.apple.com/iphone/library/documentation/MediaPlayer/Reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html#//apple_ref/occ/instm/MPMoviePlayerController/initWithContentURL

使用以下命令创建本地文件的URL非常简单:

[[NSBundle mainBundle] pathForResource: ofType:]

然后将此网址传递到:

[[MPMoviePlayerController alloc] initWithContentURL:]