Highquality Property; Level Property - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

_highquality property

_highquality
Deprecated since Flash Player 5. This property was deprecated in favor of
.
_quality
Specifies the level of anti-aliasing applied to the current SWF file. Specify 2 (best quality) to
apply the best quality. Specify 1 (high quality) to apply anti-aliasing. Specify 0 (low quality) to
prevent anti-aliasing.
Availability: ActionScript 1.0; Flash Lite 1.0
Example
The following ActionScript is placed on the main timeline, and sets the global quality
property to apply anti-aliasing.
_highquality = 1;
See also
_quality property

_level property

_levelN
A reference to the root Timeline of
. You must use
to load SWF
_levelN
loadMovieNum()
files into the Flash Player before you use the
property to target them. You can also use
_level
to target a loaded SWF file at the level assigned by
.
_levelN
N
The initial SWF file loaded into an instance of the Flash Player is automatically loaded into
. The SWF file in
sets the frame rate, background color, and frame size for
_level0
_level0
all subsequently loaded SWF files. SWF files are then stacked in higher-numbered levels
above the SWF file in
.
_level0
You must assign a level to each SWF file that you load into the Flash Player using
. You can assign levels in any order. If you assign a level that already contains
loadMovieNum()
a SWF file (including
), the SWF file at that level is unloaded and replaced by the
_level0
new SWF file.
Availability: ActionScript 1.0; Flash Lite 1.0
Global Properties
105

Advertisement

Table of Contents
loading

Table of Contents