blob: 9549d9a33a8b5c42f53cbb0421902ac7a32a507b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- SoundManager Flash configuration -->
<!-- Sound IDs are referenced from JS -->
<items baseHref="sounds/" defaultVol="100">
<sound id="ufoblip" href="ufoblip.mp3" />
<sound id="003" href="cosmic003.mp3" />
<sound id="002" href="cosmic002.mp3" />
<sound id="bling" href="bling.mp3" />
<sound id="charm" href="charm.mp3" />
<sound id="blip" href="blip.mp3" />
<sound id="cap" href="cap.mp3" />
<sound id="click" href="click.mp3" />
<sound id="sc" href="transmission.mp3" />
<sound id="hologram" href="hologram.mp3" />
</items>
|