# Php outputted XML to display in Flash

**URL:** https://forum.kirupa.com/t/php-outputted-xml-to-display-in-flash/179075
**Category:** programming
**Created:** [February 16, 2006, 3:04pm UTC](https://forum.kirupa.com/t/php-outputted-xml-to-display-in-flash/179075 "2006-02-16T15:04:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![StanleyCarter](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/stanleycarter/32/1426_2.png) [@StanleyCarter](https://forum.kirupa.com/u/StanleyCarter)
#### Post date: [February 16, 2006, 3:04pm UTC](https://forum.kirupa.com/t/php-outputted-xml-to-display-in-flash/179075/1 "2006-02-16T15:04:20Z")

</div>

Hi guys, I’ve gone through this tutorial [http://www.kirupa.com/web/mysql\_xml\_php.htm](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](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:
