Skip to content
General Chat Talk

Php To Html

A TG007 community discussion started by JOhnson.

Discussion 6 posts
Page 1 of 1
Open
Topic #16214 · 6 published posts · 1,759 views

: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

they don't offer a javascript what's playing?

Get information about ircWx here

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

seems to work fine for me http://err0rcb.wix.com/test

 

has the javascript to show what's playing as well as a player

Edited Oct 29, 2015 9:18 PM by err0r

Get information about ircWx here

<bcry> FIXED .... what a fool I put the java code into the html box and got unavailable but forgot to switch the radio on :oops: again thank you for your help :D

glad you got it working

Get information about ircWx here