RE: [flexcoders] Architecting for extensibility

2009-03-23 Thread Gregor Kiddie
If your renderers are all in a library, they all get included AFAIK. So separate them out and use compc rather than mxmlc to generate the swf for them. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ

RE: [flexcoders] Architecting for extensibility

2009-03-22 Thread Tracy Spratt
First, the classes do not need to be "loaded". They only need to be linked in by the compiler. A variable declaration typed as that object will suffice Have you looked at Modules? This is one of the issues they were designed for. Tracy Spratt, Lariat Services, development services avail