2011-05-10 66 views

回答

1
NSURL *movieURL = [NSURL URLWithString:requiredTubeUrl]; 

if (movieURL) 
{ 
//If required 
if ([movieURL scheme]) 
{ 
    MoviePlayerController *myMovie = [[MoviePlayerController alloc] initWithContentURL:movieURL]; 
    myMovie.frame = urFrame; 
    [self.view addSubview:myMovie.view]; 
    [myMovie play]; 

} 

} 
+0

日Thnx的答覆7KV7,但沒有任何結果從上面的代碼 – Chandaboy 2011-05-10 05:57:39

+0

採取了什麼u得到? – visakh7 2011-05-10 06:00:40

+0

我運行這段代碼當我按下一個按鈕..沒有任何反應 – Chandaboy 2011-05-10 06:10:15

0

我的代碼是下面的加載屏幕正在添加是並沒有其他nothng

1

您可以使用AVPlayer或AVQplayer爲it.you可以找到它的描述形式AVFoundation