fl.effects

Availability

Flash MX 2004.

Usage

fl.effects

Description

Read-only property; an array of Effect objects (see Effect object), based on XML parameter file. These are not effects, but a description of effects. The array length corresponds to the number of effects (based on the XML parameter definition files, not the number of JSFL implementation files) registered when the program opens.

Example

The following example returns the first registered effect:

ef = fl.effects[0]