MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 397

Extending flash
Table of Contents

Advertisement

Example
The following example converts an item in the library to mono, only if the item has MP3 or
Raw compression type:
fl.getDocumentDOM().library.items[0].convertStereoToMono = true;
See also
soundItem.compressionType
soundItem.quality
Availability
Flash MX 2004.
Usage
soundItem.quality
Description
Property; a string that specifies the playback quality of a sound in the library. This property is
available only for MP3 compression type. Acceptable values are
.
"Best"
If you want to specify a value for this property, set
to
.
false
Example
The following example sets the playback quality of an item in the library to Best, if the item
has MP3 compression type:
fl.getDocumentDOM().library.items[0].quality = "Best";
See also
soundItem.compressionType
soundItem.sampleRate
Availability
Flash MX 2004.
Usage
soundItem.sampleRate
,
"Fast"
"Medium"
soundItem.useImportedMP3Quality
SoundItem object
, and
397

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents