Chapter 7: compilererrors object, Compilererrors.clear() – Adobe Extending Flash Professional CS5 User Manual
Page 68
46
Last updated 5/2/2011
Chapter 7: compilerErrors object
Availability
Flash CS3 Professional.
Description
The compilerErrors object, which represents the Compiler Errors panel, is a property of the flash object (fl) and can
be accessed by
fl.compilerErrors
(see
Method summary
The following methods can be used with the compilerErrors object:
compilerErrors.clear()
Availability
Flash CS3 Professional.
Usage
compilerErrors.clear()
Parameters
None.
Returns
Nothing.
Description
Method; clears the contents of the Compiler Errors panel.
Example
The following example clears the contents of the Compiler Errors panel:
fl.compilerErrors.clear();
See also
Method
Description
Clears the contents of the Compiler Errors panel.
Saves the contents of the Compiler Errors panel to a local text file.