有没有办法播放.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];
但这不起作用。