开发者

Play two videos with MPMoviePlayerView Controller

开发者 https://www.devze.com 2022-12-29 03:40 出处:网络
I am de开发者_如何学JAVAveloping 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 la

I am de开发者_如何学JAVAveloping 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消