Flash jpgs smooth option

Out of context: Reply #3

  • Started
  • Last post
  • 7 Responses
  • ozhanlion0

    you must have already read this anyway.

    Description
    The _quality property stores a string that dictates the rendering quality of the Flash Player, as follows:

    "LOW"
    Low quality. Neither bitmaps nor vectors are antialiased (smoothed).

    "AUTOLOW"
    Start in low quality, but switch to high quality if the Player detects enough processing power.

    "MEDIUM"
    Medium quality. Vectors are moderately antialiased using a 2 x 2 pixel grid.

    "AUTOHIGH"
    Start in high quality, but drop to low quality if the Player detects poor performance (based on frame rate).

    "HIGH"
    High quality (default). Vectors are highly antialiased using a 4 x 4 pixel grid. Bitmaps are antialiased when no animation is occurring.

    "BEST"
    Best quality. Vectors are highly antialiased using a 4 x 4 pixel grid. Bitmaps are always antialiased.

    Lower rendering quality means that fewer calculations are required to draw a frame of the movie, resulting in faster performance. The typical setting of _quality for most movies is "HIGH".

View thread