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:
javascript
fl.trace(fl.swfPanels[0].path);
#### See also
swfPanel.name (../swfPanel_object/swfPane3.md), fl.swfPanels (../flash_object_(fl)/fl74.md)