Generate an SWC file in Flash AS3 that contains ASDOCS
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" i开发者_运维知识库n the SWC.
Basically an .swc file is a compressed archive similar to .zip.
Hence you should be able to:
- Generate your ASDoc
- Archive them + your source code into your .swc
Have a look at ANT which can simply be run from the command line.
Cheers
精彩评论