MPMoviePlayerViewController仅显示视频,但不显示iOS 5.0.1中的音频 它适用于iOS 5.0及更早版本。
以下是我的代码行:
MPMoviePlayerViewController *player = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL fileURLWithPath:strDirectoryPath]];
[objMGOptionsViewController.navigationController presentModalViewController:player animated:YES];