Reputation: 11
Upvotes: 1
Views: 161
Reputation: 480
[self.view addSubview:self.moviePlayer.view]; add this before
[self.moviePlayer prepareToPlay]; [self.moviePlayer play];
these line.
FYI. And this player can play in simulator.