Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 512 Bytes

File metadata and controls

24 lines (14 loc) · 512 Bytes

swfPanel.path

Availability

Flash CS4 Professional.

Usage

swfPanel.path

Description

Read-only property: a string that represents the path to the SWF file used in the specified Window SWF panel.

Example

The following code displays the path of the SWF file used in the first registered Window SWF panel in the Output panel:

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

See also

swfPanel.name, fl.swfPanels