User Guide
676 Chapter 6: Components Dictionary
Example
The following example creates a listener object with a complete event handler for the
scrollPane instance:
form.complete = function(eventObj){
// insert code to handle the event
}
scrollPane.addEventListener("complete",form);
ScrollPane.content
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.content
Description
Property (read-only); a reference to the content of the scroll pane. The value is undefined until
the load begins.
Example
This example sets the mcLoaded variable to the value of the content property:
var mcLoaded = scrollPane.content;
See also
ScrollPane.contentPath
ScrollPane.contentPath
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
scrollPaneInstance.contentPath
Description
Property; a string that indicates an absolute or relative URL of the SWF or JPEG file to load into
the scroll pane. A relative path must be relative to the SWF file that loads the content.