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.
|
no |
- |
|
| mp3Quality |
Sound quality in terms of bitrate (Kbps) with which the sound file will be stored in the generated flash movie. It can take the following values: 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320. If this attribute is not specified, ActiveSWF will preserve the original quality of the sound file. This attribute is used to downsample sounds automatically when a flash movie is generated. |
yes |
- |