Hi guys, this morning I was playing with Dragon's Lair on my iPhone and since I work as character animator, I want to try to make a similar game.
I was thinking that maybe I can put every shot of my game in single video and seek from point to point in my video depending of which shot I want to play.
Is that possible to seek for a certain point in a video with the MPMoviePlayerController via code?
Is was looking for something similar in the online documentation
here, with no results...
Another solution could be to have every single shot in to a separate file and while i'm playing the video in a view on top, load the next video I have to play into another view in background and bring it to the front when the video before is finished.
Is this possible to achieve with the MPMoviePlayerController class?
Thanks guys