﻿function windows_media(width,height,filename)
{
document.write('<object id="mediaPlayer" width="'+width+'" height="'+height+'" 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">');
document.write('<param name="fileName" value="'+filename+'" />');
document.write('<param name="animationatStart" value="true" />');
document.write('<param name="transparentatStart" value="true" />');
document.write('<param name="autoStart" value="true" />');
document.write('<param name="showControls" value="true" />');
document.write('<param name="loop" value="false" />');
document.write('<embed type="application/x-mplayer2" 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="'+width+'" height="'+height+'" src="http://officialebayguru.com/knx1070int.wma" autostart="1" designtimesp="5311" loop="false">');
document.write('</embed>');
document.write('</object>');
}
