summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--junk/j14test/index.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/junk/j14test/index.html b/junk/j14test/index.html
index 97c3724..d6d012b 100644
--- a/junk/j14test/index.html
+++ b/junk/j14test/index.html
@@ -1,8 +1,6 @@
<html>
<head>
- <title>Your website</title>
-
- ...
+ <title>#J14 Radio Example</title>
<script type="text/javascript" src="audio-player/audio-player.js"></script>
<script type="text/javascript">
@@ -13,11 +11,20 @@
</head>
<body>
-
+ <h2>#J14 Radio Example</h2>
+ <p>Use three files</p>
+ <ul>
+ <li><a href="index.html">index.html</a></li>
+ <li><a href="audio-player/audio-player.js">audio-player/audio-player.js</a></li>
+ <li><a href="audio-player/player.swf">audio-player/player.swf</a></li>
+ </ul>
<p id="audioplayer_1">Alternative content</p>
<script type="text/javascript">
AudioPlayer.embed("audioplayer_1", {soundFile: "http://46.117.154.91:8001/listen"});
</script>
+
+ <h4>Enjoy :)</h4>
+ <p>Example created by <a href="http://y3xz.com">Yuval Adam</a></p>
</body>
</html> \ No newline at end of file