电影背景iPhone SDK
我正在尝试创建一个具有电影背景的应用程序,我有一个 .mov 视频剪辑,我想将其放在背景上并用按钮覆盖......最好的方法是什么? MPMovieController 是个好主意吗?
I am trying create an application with movie background , I have a .mov video clip which i want put it on background and overlay with buttons and .... what is the best way to do so ? does MPMovieController good idea ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以使用 MPMovieController。然后删除控件(播放、暂停)。
然后让它重复。
希望这有帮助!
I think you could use a MPMovieController. Then remove the controls (play, pause).
Then make it so that it repeats.
Hope this helps!