Topic: player code

i'm wondering how can i get this script

<script>
$(document).ready(function(){
  $("#play28").click(function(){
    $("#play28").hide();
    $("#pause28").show();
  });
  $("#pause28").click(function(){
    $("#pause28").hide();
    $("#play28").show();
  });
});
</script>

<audio id="myAudio"
 <source src="http://boogie.vside-radio.com:8406/stream"
         type="audio/mp4">
 Your browser does not support the HTML5 Audio element.
</audio>

to work in all desktop and mobile browsers, and not just one?

Re: player code

You may not need all of the code just to stream the radio.

If you are using a button to tune in to the stream:
Double click button > Hyperlink tab > Internet page > paste

http://boogie.vside-radio.com:8406/stream

in the URL.
In the Target Window tab use Named window > give it a name > Check the javascript popup code box > Set sizes and position.

See attached file and view the entries as described above.

Joe

Post's attachments

radio2.wpp 15.52 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.
I used to be indecisive, now I'm not so sure.