03.05.2013 Views

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

FLASH® LITE™ 2.x - Adobe Help and Support

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Property (global); sets or retrieves the rendering quality used for a SWF file. Device fonts are<br />

always aliased <strong>and</strong>, therefore, are 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 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. The quality is 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 used by<br />

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 />

Note: This property is not supported for Arabic, Hebrew, <strong>and</strong> Thai.<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 />

Parameters<br />

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

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

634 ActionScript classes

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

Saved successfully!

Ooh no, something went wrong!