I'm a bit confused on how you mean "load another application". You could either load a Component (compiled into your swf) or a Module (compiled separate from your application).
>From how I read it, this sounds like you're trying to load one MXML swf inside of another application. One of the easiest ways to do this would be through using Flex Modules (mx:Module). More information would we useful. Cheers, Nate On Fri, Aug 29, 2008 at 2:10 PM, pankajarora_in <[EMAIL PROTECTED]> wrote: > I have a appplication abc.mxml > and there are 2 buttons but1 and but2 in it. > WHen I press but1 I need to call to anothe application 1.mxml > and when I press button 2 I need to call 3rd application 3.xml. Note > that pressing any button pass on data from abc.mxml to 1.mxml and > 2.mxml. Any ideas how it can be done. I think viewstack can be one way > but any examples will be appreciated. > > >

