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