# RSS, Images from enclosure tag

**URL:** https://forum.kirupa.com/t/rss-images-from-enclosure-tag/303560
**Category:** Uncategorized
**Created:** [January 22, 2010, 11:36am UTC](https://forum.kirupa.com/t/rss-images-from-enclosure-tag/303560 "2010-01-22T11:36:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Charlos](https://avatars.discourse-cdn.com/v4/letter/c/85e7bf/32.png) [@Charlos](https://forum.kirupa.com/u/Charlos)
#### Post date: [January 22, 2010, 11:36am UTC](https://forum.kirupa.com/t/rss-images-from-enclosure-tag/303560/1 "2010-01-22T11:36:08Z")

</div>

Hi all.

I’m building a RSS-reader showing photos and text.  
The URLs to the images are embedded in the enclosure tag of the XML-file.

Would it be possible to make an image tag, and read the URL from enclosure in the XML.  
Everything is put in a dynamic textfield.

Something like this;  
NewsBox.textBox.htmlText = “\<img src=‘xmlItem.channel.item.enclosure.@url’ /\>”;

So far I’ve just managed to get the link to show up, but no photo. And this is without any image tag.

Does the image tag have to have a specified HTTP address to work?

Do I have to use the Uiloader for this?

Charlos
