Extending Flash |
|
|
|
| Objects > SoundItem object > soundItem.bits | |||
Flash MX 2004.
soundItem.bits
Property; a string that specifies the bits value for a sound in the library that has ADPCM compression. Acceptable values are "2 bit", "3 bit", "4 bit", and "5 bit".
|
NOTE |
If you want to specify a value for this property, set |
The following example displays the bits value in the Output panel if the currently selected item in the library has ADPCM compression type:
alert(fl.getDocumentDOM().library.items[0].bits);
|
|
|
|