soundItem.useImportedMP3Quality
#### Availability
Flash MX 2004.
#### Usage
soundItem.useImportedMP3Quality
#### Description
Property; a Boolean value. If true, all other properties are ignored, and the imported MP3 quality is used.
#### Example
The following example sets an item in the library to use the imported MP3 quality:
javascript
fl.getDocumentDOM().library.items[0].useImportedMP3Quality = true;
#### See also
soundItem.compressionType (../SoundItem_object/soundIte2.md)