I am trying to play a youtube video in the quick time player.
I used the below code, But the movie is not playing,
'
I used the below code, But the movie is not playing,
'
Code:
QTMovie* aMovie = [QTMovie movieWithFile:@"http://www.youtube.com/watch?v=RGJ-jLYt3gI.mov" error:nil];
[mMovieView setMovie:aMovie];
[aMovie autoplay];