Extending Flash |
|
|
|
| Objects > flash object (fl) > fl.effects | |||
Flash MX 2004.
fl.effects
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.
The following example returns the first registered effect:
ef = fl.effects[0]
|
|
|
|