03.05.2013 Views

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

ActionScript 2.0 Language Reference - Adobe Help and Support

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

_quality (TextField._quality property)<br />

public _quality : String<br />

The rendering quality used for a SWF file. Device fonts are always aliased <strong>and</strong>, therefore, are<br />

unaffected by the _quality property.<br />

Note: Although you can specify this property for a TextField object, it is actually a global<br />

property, <strong>and</strong> you can specify its value simply as _quality. For more information, see the<br />

_quality global property.<br />

The _quality property can be set to the following values:<br />

■ "LOW" Low rendering quality. Graphics are not anti-aliased, <strong>and</strong> bitmaps are not<br />

smoothed.<br />

■ "MEDIUM" Medium rendering quality. Graphics are anti-aliased using a 2 x 2 pixel grid, but<br />

bitmaps are not smoothed. Suitable for movies that do not contain text.<br />

■ "HIGH" High rendering quality. Graphics are anti-aliased using a 4 x 4 pixel grid, <strong>and</strong><br />

bitmaps are smoothed if the movie is static. This is the default rendering quality setting<br />

used by Flash.<br />

■ "BEST" Very high rendering quality. Graphics are anti-aliased using a 4 x 4 pixel grid <strong>and</strong><br />

bitmaps are always smoothed.<br />

Availability: <strong>ActionScript</strong> 1.0; Flash Player 6<br />

Example<br />

The following example sets the rendering quality to LOW:<br />

my_txt._quality = "LOW";<br />

See also<br />

_quality property<br />

removeListener (TextField.removeListener method)<br />

public removeListener(listener:Object) : Boolean<br />

Removes a listener object previously registered to a text field instance with<br />

TextField.addListener().<br />

Availability: <strong>ActionScript</strong> 1.0; Flash Player 6<br />

Parameters<br />

listener:Object - The object that will no longer receive notifications from<br />

TextField.onChanged or TextField.onScroller.<br />

TextField 1219

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!