views:

222

answers:

1

Hello, I am developing an application for IPAD and I need to play two videos one after another but can not find how. I'm using MPMoviePlayerViewController to do it and do not know how to launch a share after the first video to be played and start the second. Can someone help?

A: 

what about using MPMoviePlayerPlaybackDidFinishNotification from documentation ?

In that method:

[..] you can also change the currently playing movie by changing the value in the contentURL property. [..]

(still from documentation)

hope it helps

Nippu