IPhone OS 4.0 - Beta 3 - setContentURL on MPMoviePlayerViewController crashing the App
- by Thom
Hi Everyone.
I had this issue, with the beta2 and I thought the beta3 was going to solve it, but I'm starting to think that I'm doing something wrong.
I have a MPMoviePlayerViewController playing a video and when the video ends I'm trying to change the video for another like this:
[moviePlayerViewController.moviePlayer setContentURL:newVideoURL];
The app crashes when it reaches this point.
Any help/advice welcome :)
Thanks
Thomas