
Following on from my previous Apollo example I have taken the Custom Chrome project and added a simple RSS reader.
I do mean simple, as it takes the most recent post from this blog and displays it in the application. It also turns the label which contains the title into a link to it on this blog.
The example uses URLRequest and URLLoader to get the RSS XML and then extract certain elements to set to the values of some MXML components.
Enjoy
Apollo runtime (needed to run Apollo apps)
SimpleWebServiceAIR (.air install file)
SimpleWebService_Sorce (sorce files)