Hi,
I have 2 radio channels with internet radio org, InTheMusicFm Dance and InTheMusicFM Lounge, I would like to display the current song for the Dance and Lounge channel
on the same web page, but there seems to be a conflict and only one channel track appears, while the other just shows loading.
For the 2 radio stations I pasted in the following code just before the body
tag of the web page, it appears only the last script language declaration is picked
up ? The code below is just an example and does not have my station name in.
Any suggestions would be appreciated.
Thanks Shad
<script language="javascript" type="text/javascript" src="http://shoutcast.internet-radio.org.uk/system/streaminfo.js"></script>
<script language="javascript" type="text/javascript" src="http://shoutcast.internet-radio.org.uk/js.php/...dance.../streaminfo/rnd0"></script>
<script language="javascript" type="text/javascript" src="http://cp2.internet-radio.org.uk/system/streaminfo.js"></script>
<script language="javascript" type="text/javascript" src="http://cp2.internet-radio.org.uk/js.php/...lounge../streaminfo/rnd0"></script>
I have 2 radio channels with internet radio org, InTheMusicFm Dance and InTheMusicFM Lounge, I would like to display the current song for the Dance and Lounge channel
on the same web page, but there seems to be a conflict and only one channel track appears, while the other just shows loading.
For the 2 radio stations I pasted in the following code just before the body
tag of the web page, it appears only the last script language declaration is picked
up ? The code below is just an example and does not have my station name in.
Any suggestions would be appreciated.
Thanks Shad
<script language="javascript" type="text/javascript" src="http://shoutcast.internet-radio.org.uk/system/streaminfo.js"></script>
<script language="javascript" type="text/javascript" src="http://shoutcast.internet-radio.org.uk/js.php/...dance.../streaminfo/rnd0"></script>
<script language="javascript" type="text/javascript" src="http://cp2.internet-radio.org.uk/system/streaminfo.js"></script>
<script language="javascript" type="text/javascript" src="http://cp2.internet-radio.org.uk/js.php/...lounge../streaminfo/rnd0"></script>