# Php to xml to flash

**URL:** https://forum.kirupa.com/t/php-to-xml-to-flash/298976
**Category:** Uncategorized
**Created:** [October 28, 2009, 1:38am UTC](https://forum.kirupa.com/t/php-to-xml-to-flash/298976 "2009-10-28T01:38:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mindblank](https://avatars.discourse-cdn.com/v4/letter/m/ecc23a/32.png) [@mindblank](https://forum.kirupa.com/u/mindblank)
#### Post date: [October 28, 2009, 1:38am UTC](https://forum.kirupa.com/t/php-to-xml-to-flash/298976/1 "2009-10-28T01:38:02Z")

</div>

Dear All,

I currently build a flash website with someone (PHP programer) he build the backend with php, and the backend made a xml output without a .xml file. he only gave a URL

URL : [http://www.domain.com/data/catalogue/collection?designer={$designer\_id}](http://www.domain.com/data/catalogue/collection?designer=%7B%24designer_id%7D)

and the xml content are :

\<data\>

```
&lt;collection&gt;
	&lt;id&gt;1&lt;/id&gt;
	&lt;name&gt;Amaya&lt;/name&gt;
	&lt;thumbnail&gt;/images/collection/amaya.jpg&lt;/thumbnail&gt;
&lt;/collection&gt;

&lt;collection&gt;
	&lt;id&gt;2&lt;/id&gt;
	&lt;name&gt;Balou&lt;/name&gt;
	&lt;thumbnail&gt;/images/collection/balou.jpg&lt;/thumbnail&gt;
&lt;/collection&gt;

```

\</data\>

Can some one show me how flash can take that thing, since i’m a beginner in flash action script…can you give a sample with details (sorry for my bad english)

Thanks
