I’ve got a flash application I’m creating that loads external XML data and displays it. The application also lets you enter new data that then uses PHP to write the new data to the external XML file. I have all of this working perfectly. All I need it to do now, is once the new data has been added to the external XML file, I need the SWF to reload from the beginning, loading in the new updated XML file. How do I get the SWF to reload, or just play again from the beginning, when a button is pressed using Actionscript 3?