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). See fl.outputPanel.

Method summary

The outputPanel object uses the following methods:

Method

Description

outputPanel.clear()

Clears the contents of the Output panel.

outputPanel.save()

Saves the contents of the Output panel to a local text file.

outputPanel.trace()

Adds a line to the contents of the Output panel, terminated by a new line.