Document object
107
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
forceSimple
is
true
, it is the same as the Make Child
Object Accessible option being unchecked. If
forceSimple
is
false
, it is the same as the
Make Child Object Accessible option being checked.
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...