PDA

View Full Version : Load another .mxml file


tomasart
03-01-2008, 07:07 PM
Hi all,

I'am newbie in flex. I love it :). The code is very easy.

I have 2 .mxml in my proyect. how i can load the other .mxml ?

Thanks,
Tomás

dr_zeus
03-04-2008, 06:01 PM
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns="*" layout="absolute">

<MyOtherComponent/>

</mx:Application>

where MyOtherComponent.mxml is another MXML file.