# XML Gallery using Flickr RSS

**URL:** https://forum.kirupa.com/t/xml-gallery-using-flickr-rss/126386
**Category:** Uncategorized
**Created:** [October 22, 2004, 7:18pm UTC](https://forum.kirupa.com/t/xml-gallery-using-flickr-rss/126386 "2004-10-22T19:18:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Spinkeh](https://avatars.discourse-cdn.com/v4/letter/s/ecccb3/32.png) [@Spinkeh](https://forum.kirupa.com/u/Spinkeh)
#### Post date: [October 22, 2004, 7:18pm UTC](https://forum.kirupa.com/t/xml-gallery-using-flickr-rss/126386/1 "2004-10-22T19:18:39Z")

</div>

Hi,

Ive been trying to get the xml/flash gallery tutorial to work using the rss from a Flickr image account instead of the format of xml file included in the tutorial download.

Try as I might I cant understand how to call information from the specific nodes that contain the picture information.

[The Flickr XML source](http://www.flickr.com/services/feeds/photos_public.gne?id=18936206@N00&format=rss_200)

It has a lot of information at the beginning of the file to do with the Flickr account details, which i want to ignore. The \<item\> tag is the one im interested in.

My guess was that it had to do with changing

```auto
xmlNode = this.firstChild;

```

I’ve tried using xml.nodeName, and looked right through all the xml part of the actionscript dictionary, but no luck.

Anyone have any idea how to sort this

Thanks
