-includes com.mycompany.MyClass com.mycompany.MyOtherClass HTH, Ian
On Wed, Apr 29, 2009 at 3:40 PM, Jiri <[email protected]> wrote: > 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 > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

