Flash Lite 2.x and 3.0 ActionScript Language Reference

Compiler Directives

This section contains the directives to include in your ActionScript file to direct the compiler to preprocess certain instructions.

Compiler Directives summary

Directive

Description

#endinitclip

Compiler directive; indicates the end of a block of initialization actions.

#include

Compiler directive: includes the contents of the specified file, as if the commands in the file are part of the calling script.

#initclip

Compiler directive; indicates the beginning of a block of initialization actions.