PDA

View Full Version : XML file with components


maheekp
12-15-2009, 09:26 PM
Hi Gurus,

I have a flex application. There are few components which I created and used in the main application. The main application consists of several tab views. few tab views are made as a component and used in the main application.The design part is working fine with no data.

I have an XML file and I need to populate the fields of the components in the main application from the xml file. Help me how I can do this.

I have an idea to directly use an xml file in the main application. But no idea to how to use the xml file via the components.

Regards,
Mahee

Inigoesdr
12-18-2009, 01:50 PM
Post your application, or at least an example, and an example XML file you would want to use so we can actually help you.