I have a single fla-file which has several different animations on a main timeline. Each animation sequence starts with a frame marked with a specific label.
I need to keep the source file this way, but I also need to have separate swf files each with a specific segment from a timeline. Currently I have to manually change publish settings to a specific swf name, add small changes to the ActionScript in a frame and publish. This procedures has to be done 4 times.
Is there any possibility to run a single jsfl script and make it publish 4 swfs, each one having just a segment of a main timeline?
I've searched the documentation and haven't found any clues. But I've never worked with jsfl though. Thank you.