Hello. I want to add a radio to the top of the forum. At the moment I have the radio player in the home page message but I want to have a widget at the top so I can have the player on all pages. Also, if it's possible to edit the code to add more than one station.
This is the code I'm using for the radio
This is the code I'm using for the radio
- Code:
<div align="center">
<script type="text/javascript" src="http://www.museter.com/mrp.js"></script><script type="text/javascript">
MRP.insert({
'url':'http://stream.profm.ro:8012/profm.mp3',
'lang':'en',
'codec':'mp3',
'volume':70,
'autoplay':true,
'buffering':1,
'title':'ProFM',
'bgcolor':'#FFFFFF',
'skin':'eastanbul',
'width':467,
'height':26
});
</script>
Last edited by BASSLovah1 on June 18th 2014, 12:08 pm; edited 3 times in total