Trouble with html for streaming music on my site?

Michael G

New member
I want streaming music on my site and am looking for an easy free option. I found html that uses a window media player but can't seem to get it to work.

i created and tested the playlist - m3u file, so the reason this doesn't play must be something with the html? any ideas? or is there an easier option out there?

<OBJECT ID="MediaPlayer1" 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" width="280" height="46" align="left"> <param name="fileName" value="http://www.fakechapter.com/multimedia/music.m3u>
<param name="animationatStart" value="true">
<param name="transparentatStart" value="true">
<param name="autoStart" value="false>
<param name="showControls" value="true">
<param name="Volume" value="-300">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.fakechapter.com/multimedia/music.m3u" name="MediaPlayer1" width=280 height=46 autostart=0 align="left" showcontrols=1 volume=-300> </OBJECT>
 
Back
Top