REPLACE:
HTML Code:
<object id="MediaPlayer1"
width=$viewwidth height=$viewheight
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">
<param name="URL" value="$playsong">
<embed type="application/x-mplayer2"
name="MediaPlayer"
width=$viewwidth
height=$viewheight
src="$playsong"
showcontrols="0">
</embed>
</object>
WITH:
HTML Code:
<OBJECT ID="WMPNET" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type=application/x-oleobject standby="Loading Microsoft Windows Media Player components..." class="grayborder"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" height="380" width="320">
<PARAM NAME="UIMode" VALUE="full"><PARAM NAME="AutoStart" VALUE="true">
<PARAM NAME="ShowCaptioning" VALUE="false"><PARAM NAME="filename" VALUE="">
<PARAM NAME="AutoSize" VALUE="true"><PARAM NAME="enableContextMenu" VALUE="false">
<PARAM NAME="volume" VALUE="50"><PARAM NAME="playCount" VALUE="1">
<PARAM name="URL" value="$playsong"><embed pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" type="application/x-mplayer2" src="$playsong" Name="Jukebox" ShowControls="1" AutoStart="true" ShowDisplay="0" ShowStatusBar="1"></embed>
</OBJECT>
let me know if this works