Php outputted XML to display in Flash

Hi guys, I’ve gone through this tutorial http://www.kirupa.com/web/mysql_xml_php.htm

and I’m able to convert my mySQL data into XML data using the PHP scripts. But my main question is, how do I actually display those XML data in the flash?

I’ve also gone through this tutorial here:
http://www.kirupa.com/developer/actionscript/xmldataflash.htm

But the actionscript only loads “xml” files as far as I know. The php->xml file I’ve created is still under .php format instead of .xml.

So if any of you guys here can help me out here, how do I actually display my xml data which is in .php format? :huh: