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
Method summary for the outputPanel object
The outputPanel object uses the following methods.
Method
outputPanel.clear()
outputPanel.save()
outputPanel.trace()
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
outputPanel.save()
Example
The following example clears the current contents of the Output panel:
fl.outputPanel.clear();
234
Chapter 3: Objects
fl.outputPanel
Description
Method; clears the contents of the Output panel.
Method; saves the contents of the Output panel to a local text file, in UTF-8
encoding.
Method; adds a line to the contents of the Output panel, terminated by a
new line.
.
(or
flash.outputPanel
CHAPTER 3
Objects
).
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?