Output panel overview



When you test a SWF file, the Output panel can show information to help you troubleshoot your SWF file. To show this information, add trace() statements to your code or use the List Objects and List Variables commands.

If you use the trace() statement in your scripts, you can send specific information to the Output panel as the SWF file runs. This could include notes about the SWF file’s status or the value of an expression. For more information, see the trace() function in the ActionScript 2.0 Language Reference at www.adobe.com/go/learn_fl_cs4_as2lr_en.

Display or hide the Output panel

 Select Window > Output or press F2.

Work with the contents of the Output panel

 In the Output Panel menu , select a command. Here is a partial list:
Copy
Copies all the contents of the Output panel to the computer's Clipboard. To copy a selected portion of the output, select the area you want to copy and then select Copy.

Save To File
Saves the Output panel contents to a text file.

Filter Level
Select None to prevent any information from appearing in the Output panel; select Verbose to send all information to the Output panel.