fl.activeEffect

Availability

Flash MX 2004.

Usage

fl.activeEffect

Description

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.

Example

The following example stores an object that represents the current effect in the ef variable.

var ef = fl.activeEffect;