Soundbuftime (Textfield._Soundbuftime Property); Stylesheet (Textfield.stylesheet Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

_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
. Setting this
_soundbuftime
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
or
to remove the style sheet. If the style sheet in use is removed, the text field
null
undefined
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
TextField
681

Advertisement

Table of Contents
loading

Table of Contents