Flash CS4 Professional.
swfPanel.path
Read-only property: a string that represents the path to the SWF file used in the specified Window SWF panel.
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);