AS3 to Generate Dynamic SWF?

后端 未结 4 1816
隐瞒了意图╮
隐瞒了意图╮ 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:19

    Take a look at this library, this allows you to create a .swf at runtime. https://github.com/claus/as3swf

提交回复
热议问题