MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 423

Extending flash
Table of Contents

Advertisement

symbolInstance.description
Availability
Flash MX 2004.
Usage
symbolInstance.description
Description
Property; a string that is equivalent to the Description field in the Accessibility panel. The
description is read by the screen reader. This property is not available for graphic symbols.
Example
The following example stores the value for the Accessibility panel description of the object in
the
variable:
theDescription
var theDescription = fl.getDocumentDOM().selection[0].description;
The following example sets the value for the Accessibility panel description to "Click the
home button to go to home":
fl.getDocumentDOM().selection[0].description= "Click the home button to go
to home";
symbolInstance.filters
Availability
Flash 8.
Usage
symbolInstance.filters
Description
Property; an array of Filter objects (see
Filter
object). To modify filter properties, you don't
write to this array directly. Instead, retrieve the array, set the individual properties, and then
set the array to reflect the new properties.
SymbolInstance object
423

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents