diff options
Diffstat (limited to 'junk/j14test/index.html')
| -rw-r--r-- | junk/j14test/index.html | 23 |
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 |
