2012-01-28 5 views

答えて

0

このように、MPMoviePlayerControllerにURLを追加できます。

[[UIApplication sharedApplication].keyWindow.rootViewController presentModalViewController:video animated:YES]; 

とのVideoPlayerをリリース:

MPMoviePlayerController *videoPlayer = [[MPMoviePlayerController alloc] initWithContentURL:url]; 

そのようにのようなモーダルそれを提示するもので

[videoPlayer release]; 
+0

お返事ありがとうございますが、iphoneアプリケーションで.aviファイルを再生できますか –

関連する問題