Flash CS3 Documentation |
|||
| Flash Lite 2.x ActionScript Language Reference > ActionScript language elements > Compiler Directives | |||
This section contains the directives to include in your ActionScript file to direct the compiler to preprocess certain instructions.
|
Directive |
Description |
|---|---|
|
Compiler directive; indicates the end of a block of initialization actions. |
|
|
Compiler directive: includes the contents of the specified file, as if the commands in the file are part of the calling script. |
|
|
Compiler directive; indicates the beginning of a block of initialization actions. |
Flash CS3