Event summary for the ProgressBar class
The following table lists events of the ProgressBar class.
Event
ProgressBar.complete
ProgressBar.progress
Events inherited from the UIObject class
The following table lists the events the ProgressBar class inherits from the UIObject class. When
calling these events from the ProgressBar object, use the form
Event
UIObject.draw
UIObject.hide
UIObject.load
UIObject.move
UIObject.resize
UIObject.reveal
UIObject.unload
ProgressBar.complete
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
Usage 1:
on(complete){
...
}
Usage 2:
listenerObject = new Object();
listenerObject.complete = function(eventObject){
...
}
pBar.addEventListener("complete", listenerObject)
610
Chapter 6: Components Dictionary
Description
Triggered when loading is complete.
Triggered as content loads in manual or polled mode.
Description
Broadcast when an object is about to draw its graphics.
Broadcast when an object's state changes from visible to invisible.
Broadcast when subobjects are being created.
Broadcast when the object has moved.
Broadcast when an object has been resized.
Broadcast when an object's state changes from invisible to visible.
Broadcast when the subobjects are being unloaded.
ProgressBar.eventName
.
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?