Chapter 29: outputpanel object, Outputpanel.clear(), Outputpanel object – Adobe Extending Flash Professional CS5 User Manual
Page 367: Read-only property; reference to the
345
Last updated 5/2/2011
Chapter 29: outputPanel object
Availability
Flash MX 2004.
Description
This object represents the Output panel, which displays troubleshooting information such as syntax errors. To access
this object, use
fl.outputPanel
(or
flash.outputPanel
Method summary
The outputPanel object uses the following methods:
outputPanel.clear()
Availability
Flash MX 2004.
Usage
outputPanel.clear()
Parameters
None.
Returns
Nothing.
Description
Method; clears the contents of the Output panel. You can use this method in a batch processing application to clear a
list of errors, or to save them incrementally by using this method with
Example
The following example clears the current contents of the Output panel:
fl.outputPanel.clear();
Method
Description
Clears the contents of the Output panel.
Saves the contents of the Output panel to a local text file.
Adds a line to the contents of the Output panel, terminated by a new line.