Uiobject.top; Uiobject.unload - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

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:
var listenerObject:Object = new Object();
listenerObject.unload = function(eventObject:Object):Void {
// ...
};
componentInstance.addEventListener("unload", listenerObject);
Usage 2:
on (unload) {
// ...
}
Description
Event; notifies listeners that the subobjects of this object are being unloaded.
.
UIObject.move()
UIObject.unload
1385

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents