n order to load the XML data in Flash we need to do the following:
Create a variable to hold an instance of the XML Class.
Create an instance of the URLLoader Class to load the XML file.
Pass the content of the XML file to the XML instance variable once the file has completed loading.