cocos2d 中的 MPMoviePlayerController

发布于 2024-12-10 18:04:18 字数 320 浏览 0 评论 0原文

我正在开发一个 cocos2d 应用程序,我试图将 MPMoviePlayerController 集成到我的应用程序中。我添加 MPMoviePlayerController 作为子视图 [[[CCDirector sharedDirector]openGLView]addSubView:movie.view]。

这部电影添加得很好。

现在我想向电影视图添加卷页效果,当用户滑动电影时,它应该变成卷页效果。我尝试使用 UISwipeGestureRecognizer 在电影视图顶部添加滑动手势,但我无法在电影上获得卷页效果。你能帮我解决这个问题吗?

提前致谢。 ——萨蒂什

Im developing a cocos2d application, im trying to integrate MPMoviePlayerController in my application. I added MPMoviePlayerController as subview [[[CCDirector sharedDirector]openGLView]addSubView:movie.view].

The is movie getting added on nicely.

Now i want to add page curl effect to movie view, when the user swipes the movie it should turn as page curl effect. I tried using UISwipeGestureRecognizer to add swipe gesture on top of movie view, but im not able to get the page curl effect on the movie. Could you please help me on this.

Thanks in advance.
--Satish

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱&纷飞 2024-12-17 18:04:18

我相信你指的是Cocos2D的CCPageTurn3D动作。在这种情况下,您应该知道您无法将 Cocos2D 动画(动作)应用于 UIKit 视图,例如电影播放器​​。

您将必须使用常规的 UIKit 动画。 此问题可能包含您的答案。

I believe you are referring to Cocos2D's CCPageTurn3D action. In that case you should know that you can't apply Cocos2D animations (actions) to UIKit views such as the movie player.

You will have to use regular UIKit animations. This question may contain the answer for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文