MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 95

Extending flash
Table of Contents

Advertisement

document.description
Availability
Flash MX 2004.
Usage
document.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 sets the description of the document:
fl.getDocumentDOM().description= "This is the main movie";
The following example gets the description of the document and displays it in the Output
panel:
fl.trace(fl.getDocumentDOM().description);
document.disableAllFilters()
Availability
Flash 8.
Usage
document.disableAllFilters()
Parameters
None.
Returns
Nothing.
Description
Method; disables all filters on the selected objects.
Document object
95

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents