AS3 to Generate Dynamic SWF?

后端 未结 4 1814
隐瞒了意图╮
隐瞒了意图╮ 2021-01-17 01:56

Is it possible, using AS3, to programmatically generate a .swf file? What my little app does is load a bunch of images, using FileReference, now I want to compile them into

4条回答
  •  长发绾君心
    2021-01-17 02:23

    You could also use swfmill, a command-line tool to create SWF files from XML documents.

    It's not well documented but for basic usages (such as creating asset libraries) you should find what you need.

提交回复
热议问题