Extending Flash |
|
|
|
| Objects > SoundItem object > soundItem.useImportedMP3Quality | |||
Flash MX 2004.
soundItem.useImportedMP3Quality
Property; a Boolean value. If true, all other properties are ignored, and the imported MP3 quality is used.
The following example sets an item in the library to use the imported MP3 quality:
fl.getDocumentDOM().library.items[0].useImportedMP3Quality = true;
|
|
|
|