summaryrefslogtreecommitdiff
path: root/junk/j14test/index.html
blob: d6d012bdd3c93a7a1552b52be190d35852560fb4 (plain)
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
<html>  
    <head>  
        <title>#J14 Radio Example</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>  
        <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>