
417
EXTENDING FLASH CS4 PROFESSIONAL
swfPanel object
See also
swfPanel.path, fl.swfPanels
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
Komentáře k této Příručce