Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 578 Bytes

File metadata and controls

30 lines (16 loc) · 578 Bytes

document.getSWFPathFromProfile()

Availability

Flash Professional CS6.

Usage

document.getSWFPathFromProfile()

Parameters

None.

Returns

The full path to the SWF file that is set in the current Publish profile.

Description

Method; gets the path to the SWF file that is set in the current Publish profile.

Example

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());