MPMoviePlayerViewController

#import <MediaPlayer/MediaPlayer.h>

MPMoviePlayerViewController *mpmvvwplr;

NSString *strflpath=[[NSBundle mainBundle]pathForResource:@”Panasonic_Econavi_AirConditioner 2014- KatrinaKaif” ofType:@”mp4″];

NSURL *url=[NSURL fileURLWithPath:strflpath];

mpmvvwplr=[[MPMoviePlayerViewController alloc]initWithContentURL:url];

[self presentMoviePlayerViewControllerAnimated:mpmvvwplr];
// [self presentViewController:mpmvplr animated:YES completion:nil];

Leave a comment