Jul
26
2008
Getting a list of frames and frame names in the Movie Clip
The MovieClip object has a property called currentLabel that returs an array. Iteratntg through the table we can get frame numbers from .frame and frame names from .name property.
Don't forget to import flash.display.FrameLabel.


Comments
can be handy