私はモーダルに提示している MPMoviePlayerController を持っています。ビデオは正常にロードされますが、ビデオが起動される直前に、ロードされるまで画面が白くなります。どうすればこれを防ぐことができますか?
moviePlayerViewController = [[MPMoviePlayerViewController alloc] initWithContentURL:[NSURL URLWithString:mySTVideo.video_url]];
[self presentModalViewController:moviePlayerViewController animated:YES];