There's also a very detailed section in the Flex documentation about Module and ModuleLoader (which is a subclass of SWFLoader with some candy added).
On Tue, Oct 14, 2008 at 10:16 AM, Don Kerr <[EMAIL PROTECTED]> wrote: > I know how to include an MXML Component inside an mx:Application, > but... can I include one entire app within another app? > > I have one small Flex app that provides a global function needed by > many other Flex apps. However, It needs to stay a separate, standalone > app. I don't want to have to link the user outside their current Flex > app in order to interact with it. For example, if I add a tab in one > app, can I load a separate app into that tab? > > Do I use a swf loader? Will the included app work? Or is there a > better way? > > If you could point me to help/instructions on doing this, I'd > appreciate it. > > Thanks, > Don > > Don Kerr > Manager, Space City Adobe User Group > www.spacecityaug.com > > >

