では、1つのビデオがiPhoneでの再生を終了した直後に、どのようにビデオを再生しますか。これを入れます
NSString * filepath = [[NSBundle mainBundle] pathForResource:@ "movie" ofType:@ "m4v"]; NSURL * fileURL = [NSURL fileURLWithPath:filepath]; MPMoviePlayerController * moviePlayerController = [[MPMoviePlayerController alloc] initWithContentURL:fileURL];
しかし、別のビデオを再生するためにその後に何を置くべきかわからない。