MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 107

Extending flash
Table of Contents

Advertisement

Returns
Nothing.
Description
Method; exports the document 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/joe_user/
Desktop/qwerty.swf");
The following example displays the Export Movie dialog box and the Export Flash Player
dialog box and then exports the document based on the specified settings:
fl.getDocumentDOM().exportSWF("", true);
The following example displays the Export Movie dialog box and then exports the document
based on the specified settings:
fl.getDocumentDOM().exportSWF();
document.forceSimple
Availability
Flash MX 2004.
Usage
document.forceSimple
Description
Property; a Boolean value that specifies whether the children of the specified object are
accessible. This is equivalent to the inverse logic of the Make Child Objects Accessible setting
in the Accessibility panel. That is, if
is
, it is the same as the Make Child
forceSimple
true
Object Accessible option being unchecked. If
is
, it is the same as the
forceSimple
false
Make Child Object Accessible option being checked.
Document object
107

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents