Hello Guyz
I loaded an xml file in flash using XML Class
var fileXML:XML = new XML();
fileXML.load("myfile.xml");

it has been loaded successfully.

now i want to show the progress of loading, How can i do that?
Thanks in advance