I am looking for a way to automate the task of running the toolkit for flash for createjs from the command line.
I have a lot of individual components and I would like to export them in a batch process. Can this be done?
I am looking for a way to automate the task of running the toolkit for flash for createjs from the command line.
I have a lot of individual components and I would like to export them in a batch process. Can this be done?
Your best bet for automation would be to use jsfl. The following script, modified from this thread prompts for a target folder and output folder, then automates the process of opening *.fla files and publishing them via the CreateJS publisher when executed. One caveat is that the CreateJS panel has to be open in Flash already (though there may be a way to do this too).
It is also worth noting that you can just as easily modify this code to either hardcode the path's you need, or read up on the JSFL Docs or dynamically load a manifest file. You can execute them from a batch as well if you really want to run it from a command line.
exporter.jsfl