Text.scrollable; Text.selectable; Text.selectionend - 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.scrollable

Availability
Flash MX 2004.
Usage
text.scrollable
Description
Property; a Boolean value. If the value is
This property works only with dynamic or input text; it generates a warning if used with static
text.
Example
The following example sets the
fl.getDocumentDOM().selection[0].scrollable = false;

text.selectable

Availability
Flash MX 2004.
Usage
text.selectable
Description
Property; a Boolean value. If the value is
Input text is always selectable. It generates a warning when set to
Example
The following example sets the
fl.getDocumentDOM().getTimeline().layers[0].frames[0].elements[0].selectable =
true;

text.selectionEnd

Availability
Flash MX 2004.
Usage
text.selectionEnd
Description
Property; a zero-based integer that specifies the end of a text subselection. For more information,
see
text.selectionStart
, the text can be scrolled.
true
property to
scrollable
, the text can be selected.
true
property to
selectable
.
:
false
and used with input text.
false
:
true
Text object
315

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