[HELP] Html code for Radio

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jun 22, 2007
Messages
20
Reaction score
0
I need help, im trying to find a code to put a radio on my website. :sq_yellow

Any of you lot know :)

:juggle::juggle::juggle:
 
Well, thats not true, Well, it is true, sticking by the strict definition of a radio, but I think he is actually looking for the code to put the windows media player web source on his page. Google
 
I dont know if you have goten the code already, but if not, heres one:
You shouldnt touch anything except "Radio IP Here, And POrt Number Here"
<center>
<object id='mediaplayer'
classid='clsid:6bf52a52-394a-11d3-b153-00c04f79faa6'
type='application/x-oleobject' width='250' height=45'>
<param name='url' value='http://Radio IP Here:Port Number Here' />
<param name='autostart' value='1' />
<param name='showcontrols' value='1' />
<param name='stretchtofit' value='0' />
<param name='enablecontextmenu' value='0' />
<param name='ShowStatusBar' value='1'>
<embed
src='http://Radio IP Here:Port Number Here' width='250'
height='250'
autostart='1' type='application/x-mplayer2'
pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'
transparentatstart='0'
animationatstart='0'
showcontrols='1'
autosize='0'
displaysize='0'
showtracker='0'
ShowStatusBar='1'></embed>
</object>
 
Status
Not open for further replies.
Back