TextField
681
_soundbuftime (TextField._soundbuftime property)
public _soundbuftime :
Number
Specifies the number of seconds a sound prebuffers before it starts to stream. Note: Although
you can specify this property for a TextField object, it is actually a global property that applies
to all sounds loaded, and you can specify its value simply as
_soundbuftime
. Setting this
property for a TextField object actually sets the global property. For more information and an
example, see
_soundbuftime
.
Availability:
ActionScript 1.0; Flash Lite 2.0
See also
_soundbuftime property
styleSheet (TextField.styleSheet property)
public styleSheet :
StyleSheet
Attaches a style sheet to the text field. For information on creating style sheets, see the
TextField.StyleSheet class entry.
The style sheet associated with a text field may be changed at any time. If the style sheet in use
is changed, the text field is redrawn using the new style sheet. The style sheet may be set to
null
or
undefined
to remove the style sheet. If the style sheet in use is removed, the text field
is redrawn without a style sheet. The formatting done by a style sheet is not retained if the
style sheet is removed.
Availability:
ActionScript 1.0; Flash Lite 2.0
Summary of Contents for FLASHLITE2 ACTIONSCRIPT-LANGUAGE
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...