I recently had a need to copy Flash library assets from one fla to many target fla documents. To automate this process I created a JSFL script to do the bulk of the work.
The basic process is:
- Have source document open, select the library items to copy
- Browse for a folder containing the target fla documents.
- Choose specifically which docs to copy assets into
- Done. Target documents are saved with source assets.
Also if any of the target documents already contain assets of the same name, the script will pause and give you a chance to decide how to handle the duplicate(s).
If you’re interested in the script you can get it at https://github.com/CMHanna/CopyFasta
