MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 106

Extending flash
Table of Contents

Advertisement

document.exportPublishProfile()
Availability
Flash MX 2004.
Usage
document.exportPublishProfile( fileURI )
Parameters
A string, expressed as a file:/// URI, that specifies the path of the XML file to
fileURI
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');
document.exportSWF()
Availability
Flash MX 2004.
Usage
document.exportSWF( [ fileURI [, bCurrentSettings ] ] )
Parameters
A string, expressed as a file:/// URI, that specifies the name of the exported file. If
fileURI
is empty or not specified, Flash displays the Export Movie dialog box. This
fileURI
parameter is optional.
bCurrentSettings
SWF publish settings. Otherwise, Flash displays the Export Flash Player dialog box. The
default is
. This parameter is optional.
false
106
Objects
A Boolean value that, when set to
, causes Flash to use current
true

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents