| Class | Description |
|---|---|
| RMASNode |
RMASNode is the class used by the parser to construct a tree representation of
an ActionScript file based on the parser grammar.
|
| RMFlash |
This class write an RM document to a flash bufer.
|
| RMFlashBuffer |
This class is like a StringBuffer, except its for writing binary bit data instead of strings,
including signed and unsigned bit values, but, more importantly Flash file format primitives (Tags,
Rects, Colors, Matrices, records, etc.).
|
| RMFlashButtonShape |
A flash shape subclass for buttons.
|
| RMFlashImageShape | |
| RMFlashMorphShape |
This flash shape subclass is for shapes that change size or color.
|
| RMFlashShape |
This class is responsible for writing simple RMShapes to a flash buffer.
|
| RMFlashSoundShape |
A flash shape for rm sound shapes.
|
| RMFlashSpriteShape |
A flash shape for shapes with their own animator/timeline (like Switch shapes).
|
| RMFlashSwitchShape | |
| RMFlashTextShape |
This class writes an RMText shape to flash.
|