summaryrefslogtreecommitdiff
path: root/junk/j14test/index.html
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-08-24 10:10:06 +0300
committerYuval Adam <yuv.adm@gmail.com>2011-08-24 10:10:06 +0300
commit5078e508e7f5db6c3a938cc5bde26141bf154233 (patch)
treedc5b19e2df5b7ae985f293020aba8b46de9d26de /junk/j14test/index.html
parentc9389d606a9aa00d0a388964c054a0d614d3f598 (diff)
trying audio player
Diffstat (limited to 'junk/j14test/index.html')
-rw-r--r--junk/j14test/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/junk/j14test/index.html b/junk/j14test/index.html
new file mode 100644
index 0000000..e9e061e
--- /dev/null
+++ b/junk/j14test/index.html
@@ -0,0 +1,23 @@
+<html>
+ <head>
+ <title>Your website</title>
+
+ ...
+
+ <script type="text/javascript" src="audio-player/audio-player.js"></script>
+ <script type="text/javascript">
+ AudioPlayer.setup("audio-player/player.swf", {
+ width: 290
+ });
+ </script>
+
+ </head>
+ <body>
+
+ <p id="audioplayer_1">Alternative content</p>
+ <script type="text/javascript">
+ AudioPlayer.embed("audioplayer_1", {soundFile: "http://46.117.154.91:8001/listen.m3u"});
+ </script>
+
+ </body>
+</html> \ No newline at end of file