Hey Guys,
I am having trouble with MPMoviePLAYER not showing video just audio. It doesn't work on iOS 4.0.
Can anyone help please?
MPMoviePlayerController *moviePlayer;
NSBundle *bundle = [NSBundle mainBundle];
NSString *moviePath = [bundle pathForResource:@"Video" ofType:@"mp4"];
moviePlayer = [ [ MPMoviePlayerController alloc ]
initWithContentURL: [ NSURL fileURLWithPath: moviePath ] ];
[moviePlayer setFullscreen:YES];
[moviePlayer play];
I am also getting the following message in the console "AddRunningClient starting device on non-zero client count"