Jump to content

Php To Html


JOhnson

Recommended Posts

:oops: question for you ... as one or two of you know I have a radio of my own ... I am not the best learner in the world but I do try my best :D Iv choosen Wix free website to make myself a website

 

my problem is that I can embed my radio into the webpage but I cannot show the titles of what is playing

 

because Wix doesn't support PHP or cURL ... is there a way to convert the PHP Code they give you in to

 

an easy HTML Code ... as always I do thank you for any replies to this question :D

Link to comment
Share on other sites

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 :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...