Example
The following code sets the
document to 65:
fl.getDocumentDOM().library.items[0].quality = 65;
alert(fl.getDocumentDOM().library.items[0].quality);
bitmapItem.useImportedJPEGQuality
Availability
Flash MX 2004.
Usage
bitmapItem.useImportedJPEGQuality
Description
Property; a Boolean value that specifies whether to use the default imported JPEG quality
(
) or not (
true
false
Example
The following code sets the
library of the current document to
fl.getDocumentDOM().library.items[0].useImportedJPEGQuality = true;
alert(fl.getDocumentDOM().library.items[0].useImportedJPEGQuality);
48
Objects
property of the first item in the library of the current
quality
). Available only for JPEG compression.
useImportedJPEGQuality
:
true
property of the first item in the
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?