Printable Version of Topic

Click here to view this topic in its original format

Forums _ Webmasters' Corner Resolved Topics _ AS2 and a simple xml feed...

Posted by: timoj Mar 13 2010, 03:46 AM

I'm a beginner in actionscript but now I need to get something done asap, so I'm here hoping for a quick help...

I have a very simple script that loads rss feed into a text field
var rssFeed:ViewRSS = new ViewRSS();
rssFeed.xmlLoader(rss_txt, "feedurl");

Now I'd like the script to only show the pictures in the feed, and furthemore make them links to the feedlink. Can you help me with that?

the rss feed i'm using will have a picture in every feed item.

Even though this most likely seems obvious to you and should be easy to DIY even for a beginner, I hope you find the time to help me out here, as this is quite urgent. Thank you,

edit: the pictures in the feed are inside <description> tag

Posted by: manny-the-dino Apr 2 2010, 01:00 PM

Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.