开发者

Pb with mpmovieplayercontroller

I need your help please: how can I delete this wihte line?

Pb with mpmovieplayercontroller

NSString *AppFolderPath = [[NSBundle mainBundle] resourcePath];
NSString *MoviePath=[NSString stringWithFormat: @"/%@/%@", AppFolderPath,pathVideo];
NSLog(Mov开发者_JAVA技巧iePath);
NSURL *movieURL=[[NSURL fileURLWithPath:MoviePath]retain];
    movieController = [[MPMoviePlayerController alloc] initWithContentURL:movieURL];
   [self addSubview:movieController.view];
   [movieController setMovieControlMode:MPMovieScalingModeAspectFit];
   [movieController setShouldAutoplay:YES];
   [movieController setFullscreen:YES animated:YES]; 


Actually I have also tried with same code. (Except that, setMovieControlMode: is removed since it was deprecated). But I 'm not getting that kind of line. Pl. try with another video.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜