Flash Professional CS6.
document.getSWFPathFromProfile()
None.
The full path to the SWF file that is set in the current Publish profile.
Method; gets the path to the SWF file that is set in the current Publish profile.
The following example displays the full path to the SWF file as defined in the Publish profile:
fl.trace("the current Publish Setting's SWF file path is: " + fl.getDocumentDOM().getSWFPathFromProfile());