Extending Flash |
|
|
|
| Objects > flash object (fl) > fl.activeEffect | |||
Flash MX 2004.
fl.activeEffect
Read-only property; the Effect object for the current effect being applied. For a list of properties available to fl.activeEffect, see Property summary for the Effect object.
The following example stores an object that represents the current effect in the ef variable.
var ef = fl.activeEffect;
|
|
|
|