iOS开发(播放3gp视频作为视图背景)

时间:2014-10-05 10:47:17

标签: ios uiviewcontroller background 3gp

有没有办法播放.3gp视频作为视图背景?

我试过了:

MPMoviePlayerController *player = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL URLWithString:@"https://www.dropbox.com/s/5xdx2l9ozayy02n/clip1.3gp"]];

player.view.frame = CGRectMake(10, 200, 300, 300);
[self.view addSubview:player.view];
[player play];

但这不起作用。

0 个答案:

没有答案