Fl.reloadeffects(); Fl.reloadtools() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

fl.quit(true); // true is optional
//quit without saving any files
fl.quit(false);

fl.reloadEffects()

Availability
Flash MX 2004.
Usage
fl.reloadEffects()
Parameters
None.
Returns
Nothing.
Description
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.
Example
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();

fl.reloadTools()

Availability
Flash MX 2004.
Usage
fl.reloadTools()
Parameters
None.
Returns
Nothing.
Description
Method; rebuilds the toolbar from the toolconfig.xml file. This method is used only when
creating extensible tools.
176
Chapter 3: Objects

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents