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...

Read More