-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.html
46 lines (45 loc) · 1.45 KB
/
example.html
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
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>(Embed test) Audio Player</title>
</head>
<body>
<noscript>
<strong>We're sorry but player-tests doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<script type="text/javascript">
var embedded_player_settings = {
playlist: [
{
"url": "public/fpo/First-Encounter.mp3",
"name": "<strong>Tom Tom Club</strong> - Wordy Rappinghood"
},
{
"url": "public/fpo/Master-Thief.mp3",
"name": "<strong>Tom Tom Club</strong> - Genius of Love"
},
{
"url": "public/fpo/Scout-Trainer2.mp3",
"name": "<strong>Tom Tom Club</strong> - Tom Tom Theme"
},
{
"url": "public/fpo/Shape-Shooter.mp3",
"name": "<strong>Tom Tom Club</strong> - "
},
{
"url": "public/fpo/Short-Circuit.mp3",
"name": "<strong>Tom Tom Club</strong> - or this one"
}]
}
</script>
<script type="text/javascript" id="embedded_player" src="dist/js/app.51368d7d.js"
data-show-playlist="true"
data-show-speed="true"
data-show-skip="true"
data-width="600">
</script>
</body>
</html>