Pb与mpmovieplayercontroller

时间:2011-07-13 11:20:32

标签: iphone objective-c ipad mpmovieplayercontroller nsnotificationcenter

我需要你的帮助:我该如何删除这条白线?

enter image description here

NSString *AppFolderPath = [[NSBundle mainBundle] resourcePath];
NSString *MoviePath=[NSString stringWithFormat: @"/%@/%@", AppFolderPath,pathVideo];
NSLog(MoviePath);
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]; 

1 个答案:

答案 0 :(得分:1)

其实我也尝试过相同的代码。 (除此之外,setMovieControlMode:因不推荐使用而被删除)。但我没有得到那种线条。 PL。尝试另一个视频。