Document.exportswf() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

Parameters
A string, expressed as a file://URL, that specifies the path of the XML file to which the
fileURI
profile is exported.
Returns
Nothing.
Description
Method; exports the currently active profile to a 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://URL, that specifies the name of the exported file. If
fileURI
is empty or not specified, Flash displays the Export Movie dialog box. This parameter is
fileURI
optional.
bCurrentSettings
publish settings. Otherwise, Flash displays the Export Flash Player dialog box. The default is
. This parameter is optional.
false
Returns
Nothing.
Description
Method; exports the document to the specified file in the Flash SWF format.
Example
The following example exports the document to the specified file location with the current
publish settings:
fl.getDocumentDOM().exportSWF("file:///C|/Documents and Settings/gdrieu/
Desktop/qwerty.swf");
88
Chapter 3: Objects
A Boolean value that, when set to
, causes Flash to use current SWF
true

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents