outputPanel summary
#### 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). See fl.outputPanel (../flash_object_(fl)/fl47.md).
#### Method summary
The outputPanel object uses the following methods:
| Method | Description |
|---------------------------------------------|----------------------------------------------------------------------------|
| outputPanel.clear() (../outputPanel_object/outputPanel.md) | Clears the contents of the Output panel. |
| outputPanel.save() (../outputPanel_object/outputPane1.md) | Saves the contents of the Output panel to a local text file. |
| outputPanel.trace() (../outputPanel_object/outputPane2.md) | Adds a line to the contents of the Output panel, terminated by a new line. |
<span id="outputPanel.clear()" class="anchor"></span>