MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 1376

Components language reference
Table of Contents

Advertisement

All operations that change the component's appearance can call
instead of
invalidate()
redrawing the component themselves. This has some advantages: code isn't duplicated
unnecessarily, and multiple changes can easily be batched up into one redraw, instead of
causing multiple, redundant redraws.
Example
The following example marks the ProgressBar instance
for redrawing:
pBar
pBar.invalidate();
UIObject.left
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
componentInstance.left
Description
Property (read-only); a number indicating the left edge of the object, in pixels, relative to its
parent. To set this property, call
.
UIObject.move()
UIObject.load
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX 2004.
Usage
Usage 1:
var listenerObject:Object = new Object();
listenerObject.load = function(eventObject:Object) {
// ...
};
componentInstance.addEventListener("load", listenerObject);
1372
UIObject class

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents