Log in

View Full Version : [NEEDED!!] HTML for shoutcast player



<?PHP>
29-11-2007, 04:50 PM
Right.. Sorry for the noobish question but i really need the html for the windows media player shoutcast thingy. +rep for whoever gives me it :)

Thanks

Danny AKA HabFM.net

Source
29-11-2007, 09:49 PM
Hope this helps!


<object id="mediaplayer" type="application/x-oleobject" height="45" width="140" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6">
<param NAME="URL" ref value="IP:PORT">
<param NAME="rate" value="1">
<param NAME="balance" value="0">
<param NAME="currentPosition" value="0">
<param NAME="defaultFrame" value>
<param NAME="playCount" value="1">
<param NAME="autoStart" value="-1">
<param NAME="currentMarker" value="0">
<param NAME="invokeURLs" value="-1">
<param NAME="baseURL" value>
<param NAME="volume" value="75">
<param NAME="mute" value="0">
<param NAME="uiMode" value="full">
<param NAME="stretchToFit" value="0">
<param NAME="windowlessVideo" value="0">
<param NAME="enabled" value="-1">
<param NAME="enableContextMenu" value="0">
<param NAME="fullScreen" value="0">
<param NAME="SAMIStyle" value>
<param NAME="SAMILang" value>
<param NAME="SAMIFilename" value>
<param NAME="captioningID" value>
<param NAME="enableErrorDialogs" value="0">
<param NAME="_cx" value="3836">
<param NAME="_cy" value="1058">
<embed src='IP:PORT' width='140' height='45' 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='0'></embed></object>

Want to hide these adverts? Register an account for free!