I can create SWC files. I can create ASDOCs.
Is there any way of combining this in Flash IDE or FlashDevelop? I would like the ASDOCs to "live" in the SWC.
I can create SWC files. I can create ASDOCs.
Is there any way of combining this in Flash IDE or FlashDevelop? I would like the ASDOCs to "live" in the SWC.
Basically an .swc file is a compressed archive similar to .zip.
Hence you should be able to:
Have a look at ANT which can simply be run from the command line.
Cheers