Yeah, the only way you can add a new compiler extension is through the code. Although it doesn't seem too hard to add a non-code extension mechanism, a way to read in classes to instantiate and use from an XML file somewhere. -Brian
On Wed, Aug 13, 2008 at 8:01 AM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > Hi folks, > > I was looking at flex SDK sources. > > Looking at ImplementationCompiler, there one As3Compiler is instanced and > some extensions are added (addCompilerExtension) to As3Compiler. > > At present time I can only add extensions by change compiler code, right? > > Exists any extension point that I can call to add 3rdparty extensions to > compiler? Or the only way is changing code? > > > VELO >

