查找 currentFrame 中的所有实例 (AS 3.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用 getChildAt() 方法循环遍历 numChildren 。
you should be able to loop through numChildren using getChildAt() method.