Flash MX 2004. Dropped in Adobe Animate.
fl.reloadEffects()
None.
Nothing.
Dropped in Adobe Animate.
Method; reloads all effects descriptors defined in the user’s Configuration Effects folder. This permits you to rapidly change the scripts during development, and it provides a mechanism to improve the effects without relaunching the application. This method works best if used in a command placed in the Commands folder.
The following example is a one-line script that you can place in the Commands folder. When you need to reload effects, go to the Commands menu and execute the script.
fl.reloadEffects();