EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Scroll Property; Soundbuftime Property

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
124 ActionScript language elements
scroll property
textFieldVariableName.scroll = x
Deprecated since Flash Player 5. This property was deprecated in favor of
TextField.scroll.
Controls the display of information in a text field associated with a variable. The
scroll
property defines where the text field begins displaying content; after you set it, Flash Player
updates it as the user scrolls through the text field. The
scroll property is useful for directing
users to a specific paragraph in a long passage or creating scrolling text fields. This property
can be retrieved and modified.
Availability: ActionScript 1.0; Flash Player 4
Example
The following code is attached to an Up button that scrolls the text field named myText:
on (release) {
myText.scroll = myText.scroll + 1;
}
See also
maxscroll (TextField.maxscroll property), scroll (TextField.scroll property)
_soundbuftime property
_soundbuftime:Number = integer
Establishes the number of seconds of streaming sound to buffer. The default value is 5
seconds.
Availability: ActionScript 1.0; Flash Player 4
Parameters
integer:Number - The number of seconds before the SWF file starts to stream.

Table of Contents

Related product manuals