The RSSFeed Class presented in this post was derived directly from the code in the previous post. Parameters passed to the class include the address of the feed and the range of displayed items. The class returns an array of the requested rss data.
Entries Tagged as 'rss'
Repackaging the RSS feed program: The RSSFeed Class
December 16th, 2009 · No Comments · AS3 Custom Classes
Parsing and Displaying a RSS feed in Actionscript 3
December 13th, 2009 · 3 Comments · Tutorials
This post decribes the code required to download a RSS feed and display the reformatted XML data onscreen. The code relies on the HTMLTextMultiline class to display the processed data.