资 源 简 介
Remember The Milk Atom Feed Parser
A Flash AS 3 Class
Last Update: 01/29/10
By: Chenzo
www.wackedusa.com
A simple Flash AS 3 Class that parses a Remember The Milk Atom Feed and creates an Array with all the data provided by that feed. Something like this:
theRTMarray[0].entry[x].title - would return the title of entry number x.
Getting Started
The simpliest way to learn how to use this class is to download the latest example files (which include the class files) and look at and run the example .fla provided.
The example fla pulls a feed, and then traces through that feeds results and traces them to the output window and nothing else.
Documentation
Usage of this class is pretty straight forward and simple. Detai