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

