I have a MPMoviePlayerController that plays a video embedded within a View. This worked perfectly on iOS5/5.1 etc... but since upgrading to iOS6 this has stopped working and now the view is just black. Does anyone have any ideas or similar issues?
Thanks
Try this one......
Actually, MPMediaTypeMusicVideo is defined as MPMediaType, below is the definition: MPMediaTypeMusicVideo = 1 << 11, (2048)
Is it the undocumented thing?
I was access to the same problem, and finally finding that the key line "[player prepareToPlay]" missing. in iOS5 it does no matters, but in iOS6 it lead to a black screen;