查找 currentFrame 中的所有实例 (AS 3.0)

发布于 2024-09-24 00:34:04 字数 147 浏览 0 评论 0原文

我有一部电影,其中有几个导入的视频,这些视频是 FLVPlayback 的实例。我想做一些暂停和播放按钮。因此,我需要知道当我处于某个帧时我应该将 stop() 方法引用到哪个视频。我相信这与查找 this.currentFrame 中的所有现有实例并停止找到的实例有关。请帮助!

I have a movie with several imported videos which are instances of FLVPlayback. I want to make some Pause and Play buttons. Thus I need to know which video should I refer the stop() method to when I'm in a certain Frame. I believe it is something related to finding all existing instances in this.currentFrame and stopping the found instances. Please, Help!!!

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

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

发布评论

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

评论(1

冰葑 2024-10-01 00:34:04

您应该能够使用 getChildAt() 方法循环遍历 numChildren 。

you should be able to loop through numChildren using getChildAt() method.

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