2011-10-02 53 views

回答

0

試試這個

MPMoviePlayerViewController * moviePlayerVC = [[MPMoviePlayerViewController alloc]initWithContentURL:Video URL String]; 
moviePlayerVC.moviePlayer.allowsAirPlay = YES; 
moviePlayerVC.view.frame = CGRectMake(10, 50, 300, 300); 
moviePlayerVC.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; 
[self.view addSubview:moviePlayerVC.view]; 
+0

好了,但在哪個文件我把這個?我正在使用Apple提供的示例電影播放器​​。 –

+0

視頻網址字符串表示從您獲取視頻的位置獲取完整路徑 – prithvi