1

有没有办法播放 .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];

但这只是行不通。

4

0 回答 0