Generating individual SWF's with classes from a fla with a large library
问题 I have a series of large fla files that were being published into swc's and then used directly in an flash project. Probably a total of 1000+ objects. As the number grows the final compiled swf is getting quite large so I want to download individual swf's of each object only as needed. I then need to be able to access and clone the object via classname from the final AS project. The issue is the only way I have found to export each one is to 1) copy and paste it into a new fla file 2) double