MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 680

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Example
This example positions the scroll bar at pixel 20:
scrollPane.hPosition = 20;
ScrollPane.hScrollPolicy
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.hScrollPolicy
Description
Property; determines whether the horizontal scroll bar is always present (
(
), or appears automatically according to the size of the image (
"off"
is
.
"auto"
Example
The following code turns scroll bars on all the time:
scrollPane.hScrollPolicy = "on";
ScrollPane.progress
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
Usage 1:
on(progress){
...
}
Usage 2:
listenerObject = new Object();
listenerObject.progress = function(eventObject){
...
}
scrollPaneInstance.addEventListener("progress", listenerObject)
680
Chapter 6: Components Dictionary
), is never present
"on"
). The default value
"auto"

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents