プロジェクト内にあるsample.m4vを再生するサンプルコードです。 #import <MediaPlayer/MediaPlayer.h> - (void)playMovie { NSString *path = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"m4v"]; NSURL *url = [NSURL fileURLWithPath:path]; MPMoviePlayerController *player = [[MPMoviePlayerController alloc] initWithContentURL:url]; // MoviePlayerの設定 // player.scalingMode = MPMovieScalingModeAspectFill; // player.controlSt