Document object
69
document.accName
Availability
Flash MX 2004.
Usage
document.accName
Description
Property; a string that is equivalent to the Name field in the Accessibility panel. Screen readers
identify objects by reading the name aloud.
Example
The following example sets the accessibility name of the document to
"Main Movie"
:
fl.getDocumentDOM().accName = "Main Movie";
The following example gets the accessibility name of the document:
fl.trace(fl.getDocumentDOM().accName);
document.addDataToDocument()
Availability
Flash MX 2004.
Usage
document.addDataToDocument(
name, type, data
)
document.timelines
Read-only; an array of Timeline objects (see
Timeline object
).
document.viewMatrix
Read-only;
a
Matrix object
.
document.width
An integer that specifies the width of the document
(Stage) in pixels.
document.zoomFactor
Specifies the zoom percent of the Stage at author
time.
Property
Description
Содержание FLASH 8-EXTENDING FLASH
Страница 1: ...Extending Flash...
Страница 38: ...38 Top Level Functions and Methods...
Страница 532: ...532 Objects...
Страница 554: ...554 C Level Extensibility...