Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 901 Bytes

File metadata and controls

37 lines (20 loc) · 901 Bytes

document.exportPublishProfile()

Availability

Flash MX 2004.

Usage

document.exportPublishProfile(fileURI)

Parameters

fileURI A string, expressed as a file:/// URI, that specifies the path of the XML file to which the profile is exported.

Returns

Nothing.

Description

Method; exports the currently active profile to an XML file.

Example

The following example exports the currently active profile to the file named profile.xml in the folder /Documents and Settings/username/Desktop on the C drive:

fl.getDocumentDOM().exportPublishProfile('file:///C\|/Documents and Settings/username/Desktop/profile.xml');

See also

document.exportPublishProfileString(), document.importPublishProfile()