Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 519 Bytes

File metadata and controls

26 lines (15 loc) · 519 Bytes

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);

See also

swfPanel.path, fl.swfPanels