This seems impossible directly from flash, but if there are any other suggestions, I’d love to hear them
I want to compile an FLA that I want to use as resources for two slightly different application in two different folders.
something like this
library.FLA
-> bin1/lib.swf
AND
-> bin2/lib.swf
any ideas?
I could just copy them manually, but with multiple files there’s always room to forget one file.
well for now I’ve created a batch file
Although I’ve shown the path as %CD% I’m actually using the full path in my batch file because the directory is on a network drive.