Jump to content


Quality control


  • You cannot reply to this topic
1 reply to this topic

#1 Chris_Bowman

    Young Padawan

  • Members
  • Pip
  • 5 posts

Posted 11 August 2005 - 08:04 AM

What actionscript would I put in a frame to ensure that, when the frame is reached, the quality is set to medium?

#2 NGPixel

    Senior Programmer

  • P2L Staff
  • PipPipPipPip
  • 1,410 posts
  • Gender:Male
  • Location:Montreal, Canada
  • Interests:Web Design : Coding : Animation

Posted 11 August 2005 - 09:08 AM

use this attribute to your movie or object:

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