[osflash] Create dynamic class library using commmandline tools only
Darren Cook
darren at dcook.org
Tue Dec 19 02:58:53 EST 2006
> Is it possible to use commandline tools only to create a dynamic class
> library? What I have today is:
I recently learnt how to do this with aswing (thanks, iiley!). The trick
is to use mtasc's -pack argument.
E.g.
mtasc -cp /path/to/classes -pack example.path.to.my.first.Class -pack
example.path.to.my.second.Class -swf YourDLL.swf -header 1:1:1
> - Ant script that generates intrinsic classes using Asigen
By the way, if you use mtasc's -exclude argument, you do not need to
worry about making intrinsic classes.
Darren
More information about the osflash
mailing list