MPMoviePlayerController undeclared (first use in the function) message

Viewed 18314

I dont know why I am getting this message when I click have this code

MPMoviePlayerController *mp = [[MPMoviePlayerController alloc] iniWithContentURL: url];

Is there something, I am missing here?

Thanks

3 Answers
Related