开发者

Find all instances in a currentFrame (AS 3.0)

开发者 https://www.devze.com 2023-01-17 00:48 出处:网络
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\'

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 beli开发者_如何转开发eve it is something related to finding all existing instances in this.currentFrame and stopping the found instances. Please, Help!!!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消