Extending Flash |
|
|
|
| Objects > Effect object > effect.effectName | |||
Flash MX 2004.
effect.effectName
Read-only property; a string that appears in the Context menu for effects. Each effect must be uniquely named.
The following example stores the name of the current effect in the efName variable:
var efName = fl.activeEffect.effectName;
|
|
|
|