Actionscript 3 Designer Toolkit

More design, less programming

Actionscript 3 Designer Toolkit header image 4

Entries Tagged as 'rss'

Repackaging the RSS feed program: The RSSFeed Class

December 16th, 2009 · No Comments · AS3 Custom Classes

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.

[Read more →]

Tags:··

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.

[Read more →]

Tags:··