Hi guys, The question is can I have two instances of MPMoviePlayerController simultaneously in one UIViewController?
I'm trying to create a smooth transition between two movies in iPad app, but when I create the second MPMoviePlayerController the playback of first one is stopped and can't be resumed. I didn't found any restriction for having multiple MPMoviePlayerControllers in Apple documentation.
Thanks in advance.
P.S. Any other ideas about smooth transition between movies will be also appreciated.