What actionscript would I put in a frame to ensure that, when the frame is reached, the quality is set to medium?
Quality control
Started by Chris_Bowman, Aug 11 2005 08:04 AM
1 reply to this topic
#1
Posted 11 August 2005 - 08:04 AM
#2
Posted 11 August 2005 - 09:08 AM
use this attribute to your movie or object:
replace "movie" with your object name.
0 = low
1 = high without animation
2 = high
You can also use _quality but it was made for Flash Player 5...
The _quality property can be set to the following values:
"LOW" Low rendering quality. Graphics are not anti-aliased, bitmaps are not smoothed.
"MEDIUM" Medium rendering quality. Graphics are anti-aliased using a 2 x 2 grid, in pixels, but bitmaps are not smoothed. Suitable for movies that do not contain text.
"HIGH" High rendering quality. Graphics are anti-aliased using a 4 x 4 grid, in pixels, and bitmaps are smoothed if the movie is static. This is the default rendering quality setting used by Flash.
"BEST" Very high rendering quality. Graphics are anti-aliased using a 4 x 4 grid, in pixels, and bitmaps are always smoothed.
movie._highquality = 2;
replace "movie" with your object name.
0 = low
1 = high without animation
2 = high
You can also use _quality but it was made for Flash Player 5...
The _quality property can be set to the following values:
"LOW" Low rendering quality. Graphics are not anti-aliased, bitmaps are not smoothed.
"MEDIUM" Medium rendering quality. Graphics are anti-aliased using a 2 x 2 grid, in pixels, but bitmaps are not smoothed. Suitable for movies that do not contain text.
"HIGH" High rendering quality. Graphics are anti-aliased using a 4 x 4 grid, in pixels, and bitmaps are smoothed if the movie is static. This is the default rendering quality setting used by Flash.
"BEST" Very high rendering quality. Graphics are anti-aliased using a 4 x 4 grid, in pixels, and bitmaps are always smoothed.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
