2011-08-10 4 views

答えて

0
[mp setControlStyle:MPMovieControlStyleFullscreen]; // mp is an instance of MPMoviePlayerController 
+0

ありがとう厳しい....しかし、上記のコードを使用.....しかし、まだ動作していません....コードを確認してください....任意のエラーが私に教えてください.... UIView * myView = [[ UIView alloc] initWithFrame:CGRectMake(0、0、320、480)]; NSString * path = [[NSBundle mainBundle] pathForResource:selectedsong ofType:@ "mp3"]; \t moviePlayer = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:path]]; \t \t moviePlayer.view.frame = CGRectMake(0、0、320、480); \t [moviePlayer setControlStyle:MPMovieControlStyleFullscreen]; –

関連する問題