Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| ConnectionEvents | com.msdevstudio.events | ||
| HtmlParser | com.msdevstudio | ||
| WPConnector | com.msdevstudio | The main singleton class that will provide access and control to any Wordpress Blog (recommended version: WP 2.9 / WP 3.0) Because it's a singleton, you need to use var con:WPConnector = WPConnector.getInstance instead var con:WPConnector = new WPConnector(); | |
| WPData | com.msdevstudio | The main singleton class that will provide data storage for the replys from the WPConnector Because it's a singleton, you need to use var con:WPConnector = WPConnector.getInstance instead var con:WPConnector = new WPConnector(); | |
| WPDataEvent | com.msdevstudio.events | ||
| WPDataParser | com.msdevstudio | The main singleton class that will provide data parsing for the replys from the WPConnector. | |
| WPUtils | com.msdevstudio | Some functions to provide quick data utils Available: .getGravatar(); |