开发者

next/prev button issue in iPad movie player contoll style 3

开发者 https://www.devze.com 2023-01-01 08:59 出处:网络
I am developing an iPad app which has plays vi开发者_JS百科deos from URLs. I am using control style 3, but there is a strange problem while I press done button. It gets video finish notification but

I am developing an iPad app which has plays vi开发者_JS百科deos from URLs.

I am using control style 3, but there is a strange problem while I press done button. It gets video finish notification but when I press next or previous button it doesn't get finish notification.


ok i have solved ... i m playing movie by this way [movieplayerviewcontrollerobject.movieplayer play]; that's y i m not getting didfinish notification while press on next button.

now i m using [self presentMoviePlayerViewControllerAnimated:movieplayerviewcontrollerobject];

and i m getting notification.

0

精彩评论

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