![]() |
|
MPMoviePlayerController blues.. - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: iPhone, iPad & iPod Game Development (/forum-11.html) +--- Thread: MPMoviePlayerController blues.. (/thread-8077.html) |
MPMoviePlayerController blues.. - Jamie W - Sep 6, 2010 01:47 PM Hope someone can help me with this, it's driving me nutty, and I'm about to stick pins in my eyes!.. I'm trying to play-back a short (~30 seconds) movie clip, full-screen on iPhone. I've been looking at MPMoviePlayerController, but just can't seem to get it working. I'm now looking at this: http://developer.apple.com/iphone/library/documentation/mediaplayer/reference/MPMoviePlayerController_Class/MPMoviePlayerController/MPMoviePlayerController.html#//apple_ref/doc/uid/TP40006953 I have a sneaky feeling that I haven't set up the heirachy of views correctly... That needs doing right? EDIT: My main view is an EAGLView : UIView (as I'm using OpenGL). |