Hi Clément,
How can one apply the principle of "DLL" to a complexe set of classes ? For exemple classes composed of other classes (Delegate, GDispatcher and so on). Francis Bourre explained me a workaround to generate the full set of intrinsic classes (with dependencies) thanks to a SWC, yet the files are in the form com.package.application.Class.asi instead of com/package/ application/Class.as, which means you (hum basically this "you" is "I" in the short term :p ) have to either create a script to regenerate the correct files or do it with little mouse and little keyboard :p
If anyone's interested I've written a Python script to extract, rename and properly organise intrinsic class files from from a .swc file. I wrote this mainly to extract components for use with swfmill but it would serve this purpose too.
If anyone's interested let me know and I'll pretty it up some and release it.
Also, sometime ago I started writing a C# program to generate intrinsic class files from the original source files, which would allow you to skip the step of creating the .swc file. From what I remember the hard work is done (parsing the classes and generating the intrinsic version) but it needs a bit of finishing off which I don't have time for. If someone wants to take this over then let me know!
Cheers, Steve -- Steve Webster http://www.dynamicflash.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
