effect.sourceFile

Availability

Flash MX 2004.

Usage

effect.sourceFile

Description

Read-only property; a string that specifies the name of JSFL source file for the specified effect. This string is used to bind an XML parameter file to its JSFL effect implementation. You must include this XML parameter in the XML file for the effect.

Example

The following example stores the name of the JSFL effect source file in the efSourceFile variable:

var efSourceFile = fl.activeEffect.sourceFile;