Is it possible to automatically make a text list of all symbol instances used on the stage and within all movie clips which are used on the stage? E.g. I have a symbol “my metal bar” in the Flash library and its instance on the stage is called “metal_bar_mc”. So the list should contain a line with text: “metal_bar_mc”.
Is there any automatic tool or maybe an AS3 library or it is possible to somehow write AS3 code to do this?
And one more thing, it would also be very helpful to be able to determine, which of those instances are exported to AS3 (so the text list would contain an asterisk for those which are exported, or whatever)