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]> wrote: > You want to add instances of classes, not whole SWFs. Look into how > modules work. > > >

