UIObject.top
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
componentInstance.top
Description
Property (read-only); a number indicating the top edge of the object, in pixels, relative to its
parent. To set this property, call
UIObject.unload
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX 2004.
Usage
Usage 1:
on(unload){
...
}
Usage 2:
listenerObject = new Object();
listenerObject.unload = function(eventObject){
...
}
componentInstance.addEventListener("unload", listenerObject)
Description
Event; notifies listeners that the subobjects of this object are being unloaded.
The first usage example uses an
component instance.
826
Chapter 6: Components Dictionary
.
UIObject.move()
handler and must be attached directly to a
on()
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers