I suggest you look at the examples for how modules work. I do not have time to customize examples
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Alen Balja Sent: Sunday, June 22, 2008 12:00 AM To: [email protected] Subject: Re: [flexcoders] Flex Efficiency I basically have the list of SWF paths available in xml and then call them in the SWFLoader. Hundreds of SWF's can be added through admin CMS and become available without the need of recompiling the app. Adding instances of classes is a better alternative to that? Can you please post a quick snippet how to load using class instance? On Sun, Jun 22, 2008 at 11:02 AM, Alex Harui <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: You want to add instances of classes, not whole SWFs. Look into how modules work.

