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 | |
|---|---|---|---|
| DynamicFunc | com.doitflash.tools | With the help of this class you can convert strings into function calls. | |
| FmlParser | com.doitflash.text | This parser will find and read familiar tags in your script based on what is available in TagLibrary class and translate them to somethin readable by flash. | |
| TagLibrary | com.doitflash.text | The tag library is a place where we have all the current supported tag names. | |
| TextArea | com.doitflash.text | TextArea class is basically an extension of Adobe's TextField class and tries to complete the shortcomings of it. | |
| TextInLineEvent | com.doitflash.text.events | ... | |
| TF | com.doitflash.text | This is just an extention from Adobe's TextField class and doesn't do anything practically. |