swfPanel.name

Availability

Flash CS4 Professional.

Usage

swfPanel.name

Description

Read-only property: a string that represents the name of the specified Window SWF panel.

Example

The following code displays the name of the first registered Window SWF panel in the Output panel:

fl.trace(fl.swfPanels[0].name);