ok first of all let me say thank you for the replies
this is the radio wiget html code:
<!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
<script type="text/javascript" src="http://hosted.musesradioplayer.com/mrp.js"></script>
<script type="text/javascript">
MRP.insert({
'url':'http://s20.myradiostream.com:9394/;'
'codec':'mp3',
'volume':65,
'autoplay':false,
'buffering':5,
'title':'The Magic Radio',
'bgcolor':'#FFFFFF',
'skin':'mcclean',
'width':180,
'height':60
});
</script>
<!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
this is the java code:
<script src="http://scripts.myradiostream.com/s20/9394/song.js"></script>
now this is what Wix say:
You can use the HTML app to embed Javascript code into your site. However, please be aware that your code will only function within the constraints of the HTML app frame.
I have tried to add the java inside the html code but I get nothing ... is there somewhere in that radio widget code I need to add the java code as iv tried a few things and when I do all I get is a box with the code in it and not the player ... again iv got to say thank you for any replies on this one 