Text.description; Text.embeddedcharacters; Text.embedranges - 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

text.description

Availability
Flash MX 2004.
Usage
text.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 retrieves the description of the object:
var theDescription =
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].descripti
on;
The following example sets the description of the object:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].description=
"Enter your name here";

text.embeddedCharacters

Availability
Flash MX 2004.
Usage
text.embeddedCharacters
Description
Property; a string that specifies characters to embed. This is equivalent to entering text in the
Character Options dialog box.
This property works only with dynamic or input text; it generates a warning if used with other
text types.
Example
The following example sets the
fl.getDocumentDOM().selection[0].embeddedCharacters = "abc";

text.embedRanges

Availability
Flash MX 2004.
Usage
text.embedRanges
310
Chapter 3: Objects
embeddedCharacters
property to
:
"abc"

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents