1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script> $(document).ready(function(){ AudCurs=new Audio(); $('#play').click(function(){ AudCurs.setAttribute('src','http://62.27.26.45:8000/klassikradio128/livestream.mp3'); AudCurs.play(); }); }); </script> <button id='play' >Play</button> |
or maybe your looking to just Stream – play music on your website