Hello list,

Is it possible to force the mxmlc compiler to include certain classes so they can be instantiated at runtime. So I dont have to put an explicit reference in the .as files, in order to include it.

I thought there was a compiler flag called include-classes, but a google search yields nothing of any use.

I tried putting this in my flex-config

        <include-classes>
        <class>org.name.class</class>
        </include-classes>

But I get an error.

Doing a mxmlc -help advanced in the console also yields no such flag.

So I wonder now, is it at all possible, or do i need to create a .swc and have that add to the librart tag?

Jiri

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to