The sound element describes a sound object with the attributes described below.
<sound id="objectId" src="soundFile" [mp3Quality="mp3BitRate"]/>
Name |
Description |
Value type |
Optional |
Default Value |
| id |
Object identifier. |
no |
- |
|
| src |
Path to the sound file, which will be loaded into the movie clip.
|
yes |
- |
|
| mp3Quality |
Sound quality in terms of bitrate (Kbps) with which the sound file will be stored in the generated flash movie. If this attribute is not specified, ActiveSWF will save original quality. |
yes |
- |
|
| keepOriginalQuality |
This attribute allows to keep quality of original sound |
yes |
- |
|
| sampleRate |
Use attribute to define prefered sample rate If not specified, original sample rate will be used |
yes |
- |