Jul
26
2008
Getting a list of frames and frame names in the Movie Clip
Movie Clip has property called currentLabel that returs an array. We only need to iterate through the table getting frame numbers from .frame and frame names from .name.
Don't forget to import flash.display.FrameLabel.

Comments
can be handy