User Guide

64 Chapter 3: Objects
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.
document.description A string that is equivalent to the Description field in the
Accessibility panel.
document.forceSimple A Boolean value that specifies whether the children of
the specified object are accessible.
document.frameRate A float value that specifies the number of frames
displayed per second when the SWF file plays; the
default is 12.
document.height An integer that specifies the height of the document
(Stage) in pixels.
document.library Read-only; the library object for a document.
document.livePreview A Boolean value that specifies if Live Preview is enabled.
document.name Read-only; a string that represents the name of a
document (FLA file).
document.path Read-only; a string that represents the path of the
document.
document.publishProfiles Read-only; an array of the publish profile names for the
document.
document.screenOutline Read-only; the current ScreenOutline object for the
document.
document.selection An array of the selected objects in the document.
document.silent A Boolean value that specifies whether the object is
accessible.
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.
Property Description