MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 48

Extending flash
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents