| < Day Day Up > |
| Availability Flash MX 2004. Usage function configureEffect() { // Statements }Parameters None. Returns Nothing. Description 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. See also executeEffect(), removeEffect() |
| < Day Day Up > |