[swfmill] Accessing frames in AS3
Mark Winterhalder
mark13 at gmail.com
Mon Nov 12 11:31:40 PST 2007
On Nov 12, 2007 8:25 PM, Trevor Burton <trevor.burton at virtuefusion.com> wrote:
> I'm not sure how you'd give it the classname in swfmill - cause i've not used swfmill for compiling AS3 swfs.
You just give it an @id like package.ClassName and define a class with
that name that extends flash.display.Sprite.
Then you can instantiate it with 'new' like you would with any other
DisplayObject.
HTH,
Mark
More information about the swfmill
mailing list