Screen.description; Screen.forcesimple - 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

screen.description

Availability
Flash MX 2004.
Usage
screen.description
Description
Property; a string that is equivalent to the Description field in the Accessibility panel. The
description is read by the screen reader.
Example
The following example gets the description of the object and stores it in the
variable:
var theDescription = fl.getDocumentDOM().screenOutline.screens[1].description;
The following example sets the description of the object to
fl.getDocumentDOM().screenOutline.screens[1].description = "This is Screen 1"

screen.forceSimple

Availability
Flash MX 2004.
Usage
screen.forceSimple
Description
Property; a Boolean value that enables or disables accessibility for the object's children. This is
equivalent to the inverse logic of the Make Child Objects Accessible setting in the Accessibility
panel. That is, if
being deselected. If
option being selected.
Example
The following example stores the value of
variable (a value of
var areChildrenAccessible =
fl.getDocumentDOM().screenOutline.screens[1].forceSimple
The following example makes the children of the object accessible:
fl.getDocumentDOM().screenOutline.screens[1].forceSimple = false;
250
Chapter 3: Objects
is
, it is the same as the Make Child Object Accessible option
forceSimple
true
is
forceSimple
false
means the children of the object are accessible):
false
"This is Screen 1"
, it is the same as the Make Child Object Accessible
in the
forceSimple
areChildrenAccessible
theDescription
:

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?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents