effect.effectName

Availability

Flash MX 2004.

Usage

effect.effectName

Description

Read-only property; a string that appears in the Context menu for effects. Each effect must be uniquely named.

Example

The following example stores the name of the current effect in the efName variable:

var efName = fl.activeEffect.effectName;