It has been awhile since I dabbled in Flex, but I am back. Can someone help me to:
- parse an external XML file - write the contents (Image thumbnail, text name, text description, and id#) to some sort of tile horizontally - I actually will have 7-10 XML files, each with similar content above, that must be read asynchronisly (sp.?) I feel this should be an easy task, but all of the examples I am finding are with local XML and really simple XML... my XML is external and not at all simple Any advice is appreciated, Miss Giggy

