Flash CS4 Professional.
swfPanel.name
Read-only property: a string that represents the name of the specified Window SWF panel.
The following code displays the name of the first registered Window SWF panel in the Output panel:
fl.trace(fl.swfPanels[0].name);