Extending Flash |
|
|
|
| Objects > Effect object > effect.sourceFile | |||
Flash MX 2004.
effect.sourceFile
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.
The following example stores the name of the JSFL effect source file in the efSourceFile variable:
var efSourceFile = fl.activeEffect.sourceFile;
|
|
|
|