To read an XML file into an XML instance in Flash, you need to do three things: create a new XML instance, set its properties (optional), set up an onLoad routine to do what you want with the instance once your XML file has been read, and start the XML load.