In our iPad app, we would like to not allow the users to seek forward using the scrub bar in MPMoviePlayerController for some videos. Can anyone provide any solution as to how this can be done.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I know it eliminates the other controls, but you could write your own - set MPMoviePlayerController
's controlStyle
property to MPMovieControlStyleNone
.