开发者

Generate an SWC file in Flash AS3 that contains ASDOCS

开发者 https://www.devze.com 2023-03-10 13:17 出处:网络
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

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:

  1. Generate your ASDoc
  2. Archive them + your source code into your .swc

Have a look at ANT which can simply be run from the command line.

Cheers

0

精彩评论

暂无评论...
验证码 换一张
取 消