RSS Reader - AS3
Here's an RSS reader that displays the first item in the feed.
You can extend it show more items. All of the text is written out in action script, so you can change the size of the textFields as well as the colors used.
You can see it in action on the homepage of my blog A modified AS2 version is on my blog (www.aliseya.com). It's on the lefthand side, underneath "Latest Post on OpenFlashForum.com". It gets the RSS feed from OpenFlashForum.com, but you can replace it with any feed you like.
Download
Enjoy!
You can extend it show more items. All of the text is written out in action script, so you can change the size of the textFields as well as the colors used.
Download
Enjoy!
5 Comments:
thanx this was very helpfull..
By
its_annemarie, At
January 7, 2009 6:40 AM
No source... :(
By
Prashanth Hirematada, At
March 10, 2009 7:56 AM
Hi Prashanth,
The source is in the .as file in the com/aliseya/flash/RSS directory.
By
techdiva, At
March 10, 2009 12:40 PM
Nice RSS Reader! Do you have any example that shows multiple posts being displayed? I tried uncommenting the code that retrieves the posts but not sure how to get them to display properly.
By
boulderB, At
May 26, 2009 7:54 AM
sorry for the delay. i missed this comment somehow. if you uncomment the code, it just parses the other posts, you'll have to update the UI code to show them. Sorry for not making that clearer.
By
techdiva, At
October 13, 2009 9:23 PM
Post a Comment
<< Home