• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

Radio Player?

Newbie Spellweaver
Joined
Feb 13, 2009
Messages
8
Reaction score
3
Hey
Me and my freinds are starting up a website where we are trying to put up our own radio.

We have a shoutcast server and everything, we just need the php/html code to put on out website


Thanks
 
Mother effin' clouds
Loyal Member
Joined
Apr 13, 2008
Messages
1,534
Reaction score
448
What you need is a SHOUTcast player. There are loads out there, so I suggest you take a browse through Google.com ;) I would also advise you take a look through for a SHOUTcast control panel, as often, they will have some sort of generator for an embedded player; otherwise, why not code it yourself in Flash ;) ?

P.S. You can steal it off other peoples' website; replace the stream URL to yours and it should work.
 
Rip Akaruz
Loyal Member
Joined
Dec 18, 2007
Messages
934
Reaction score
12
u want a code for a player? i'll give you one, edit the spaces:

<object id='mediaplayer'
classid='clsid:6bf52a52-394a-11d3-b153-00c04f79faa6'
type='application/x-oleobject' width='336' height='65'>
<param name='url' value='IP OR PLAYER FILE' />
<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='IP OR PLAYER FILE' width='336'
height='65'
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>
 
Back
Top