Flash CS3 Documentation |
|||
| Extending Flash > Top-Level Functions and Methods > configureEffect() | |||
Flash MX 2004.
function configureEffect() {
// Statements
}
None.
Nothing.
Function; called once when Flash loads; place any global initialization statements for your effect inside this function. The per instance parameter data for an effect cannot be accessed here.
executeEffect(), removeEffect()
Flash CS3