_height
Availability
Flash Lite 1.0.
Usage
my_mc:_height
Description
Property (read-only); the height of the movie clip, in pixels.
Example
The following example of event handler code sets the height of a movie clip when the user
clicks the mouse button:
on(release) {
tellTarget("my_mc") {
_height = 200;
}
}
_highquality
Availability
Flash Lite 1.0.
Usage
_highquality
Description
Property (global); specifies the level of anti-aliasing applied to the current SWF file. Specify 2
for best quality anti-aliasing. Specify 1 for high quality anti-aliasing. Specify 0 to prevent
anti aliasing.
Example
The following statement applies high quality anti-aliasing to the current SWF file:
_highquality = 1;
See also
toggleHighQuality()
52
Flash Lite Properties
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?