If you want to stream your music on your website there are several ways that you can do this. One easy way is to past this little snip of code into your website.
Step 1:
Get your radio station into your website is really easy. All you need to do is insert your IP and Port to this
code and copy / paste it into your website.
CODE:
!!!!!!!!!!!!!!!!!!!!! YOUR RADIO STATION NAME !!!!!!!!!!!!!!!!!!!!!
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'
bgcolor='darkblue' showcontrols="true" showtracker='-1'
showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="420" height="380"
src="/ http://!!!!!YOURIP:!!!!!YOURPORT!!!! " autostart="true" designtimesp='5311' loop="false">




