You could always compile the code into separate Flex applications. Then load their SWFs in the main app and let them interact. You might even just be able to compile them into SWC libraries, which might be the better choice.
--- In [email protected], "nishantkyal" <nishantk...@...> wrote: > > Hi, > > I've a project where I'm creating a lot of content as SWFs which is > loaded by the main application. These content SWFs are not modules and > will be loaded by SWFLoader. > > I want to know how can I create these (large number of) content SWFs > using flex. The content will be residing in nested folders. > > As far as I know, we can create SWFs by either compiling flex > applications or thru FLAs. Is there a way flex components can be > compiled into independent SWFs? I have no functionality inside these > SWFs, only graphics. > > Any help much appreciated. > > Nishant >

