Extending Flash |
|
|
|
| Objects > SoundItem object > soundItem.quality | |||
Flash MX 2004.
soundItem.quality
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 "Fast", "Medium", and "Best".
|
NOTE |
If you want to specify a value for this property, set |
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";
|
|
|
|