> 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


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to