Flex 2 MXNA RSS Reader Example #2 (HTTPService)
This example RSS Reader does exactly what my first Macromedia XML News Aggregator (MXNA) RSS Reader Example does, except it uses HTTPService to do it with.
MXNA can be found here http://weblogs.macromedia.com/mxna/.
This example shows how to load external XML data with HTTPService(ie: RSS feed or Atom feed) and parse through the data.
It display the data using a repeatar class and uses navigateToUrl to provide links back to the
blog posts themselves.
To see the application run go to http://renaun.com/flex2/MXNARSSReader/RSSReader2.html
To see the application’s source code go to http://renaun.com/flex2/MXNARSSReader/srcview/