AS2 and a simple xml feed... |
AS2 and a simple xml feed... |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Nov 2009 Member No: 751,059 ![]() |
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 |
|
|
![]() ![]() |