Muses Radio Player HELP!

Urbansoulstar

New Member
I follow the instructions and input the relevant information, get the html code but the stream doesn't work. I have used someone else's streaming url from internet-radio.com and there's works, it's just mine that doesn't? Im ready to pull my hair out! Please help!

Here is the code - including auto play

<!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="191" height="46" bgcolor="#000000">
<param name="movie" value="muses-config.swf" />
<param name="flashvars" value="url=http://uk1.internet-radio.com:15446/stream&lang=auto&codec=mp3&volume=75&introurl=&autoplay=true&tracking=true&jsevents=false&buffering=5&skin=ffmp3-compact.xml&title=City%20Radio Uk&welcome=You're%20listening to" />
<param name="wmode" value="window" />
<param name="allowscriptaccess" value="always" />
<param name="bgcolor" value="#000000" />
<param name="scale" value="noscale" />
<embed src="muses-config.swf" flashvars="url=http://uk1.internet-radio.com:15446/stream&lang=auto&codec=mp3&volume=75&introurl=&autoplay=true&tracking=true&jsevents=false&buffering=5&skin=ffmp3-compact.xml&title=City%20Radio Uk&welcome=You're%20listening to" width="191" scale="noscale" height="46" wmode="window" bgcolor="#000000" allowscriptaccess="always" type="application/x-shockwave-flash" />
</object>
<!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
 

Urbansoulstar

New Member
Here#s one that works

I swapped their url for mine and I still get nothing?

<!-- 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://uk3.internet-radio.com:10633/stream',
'codec':'mp3',
'volume':100,
'autoplay':true,
'buffering':5,
'title':'AnfieldFM',
'bgcolor':'#FFFFFF',
'skin':'mcclean',
'width':180,
'height':60
});
</script>
<!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
 

Support

Level 1 Support
Staff member
Hi Urbansoulstar,

Apologies for the delay in our reply.

We are pleased that you figured it out in the end. :)
 
Top