User Guide

46 Objects
BitmapItem object
Inheritance Item object > BitmapItem object
Availability
Flash MX 2004.
Description
A BitmapItem object refers to a bitmap in the library of a document. The BitmapItem object
is a subclass of the Item object (see Item object).
Property summary for the BitmapItem object
In addition to the Item object properties, the BitmapItem object has following properties:
bitmapItem.allowSmoothing
Availability
Flash MX 2004.
Usage
bitmapItem.allowSmoothing
Description
Property; a Boolean value that specifies whether to allow smoothing of a bitmap (true) or not
(
false).
Property Description
bitmapItem.allowSmoothing A Boolean value that specifies whether to allow
smoothing of a bitmap.
bitmapItem.compressionType A string that determines the type of image
compression applied to the bitmap.
bitmapItem.quality An integer that specifies the quality of the bitmap
bitmapItem.useImportedJPEGQuality A Boolean value that specifies whether to use the
default imported JPEG quality.
CHAPTER 4
Objects