-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.js
42 lines (36 loc) · 1.11 KB
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
*
* PlayIts Showcase Configuration
* Author: Selamanse <[email protected]>
*
*/
$("<div>").playit({
sourcemp4: "sounds/applause.m4a",
sourceogg: "sounds/applause.ogg",
description: "applause"
}).appendTo("#mainscene");
$("<div>").playit({
sourcemp4: "sounds/ja_das_ist_richtig_guenther.m4a",
sourceogg: "sounds/ja_das_ist_richtig_guenther.ogg",
description: "Ja das ist richtig Guenther"
}).appendTo("#mainscene");
$("<div>").playit({
sourcemp4: "sounds/erhier_ist_olaf.m4a",
sourceogg: "sounds/erhier_ist_olaf.ogg",
description: "Er hier ist Olaf"
}).appendTo("#mainscene");
$("<div>").playit({
sourcemp4: "sounds/erhier_heisst_olaf.m4a",
sourceogg: "sounds/erhier_heisst_olaf.ogg",
description: "Er hier heisst Olaf"
}).appendTo("#mainscene");
$("<div>").playit({
sourcemp4: "sounds/wololo.m4a",
sourceogg: "sounds/wololo.ogg",
description: "Wololo"
}).appendTo("#mainscene");
$("<div>").playit({
sourcemp4: "sounds/Treasure.m4a",
sourceogg: "sounds/Treasure.ogg",
description: "Treasure"
}).appendTo("#mainscene");