
document.write('<OBJECT ID="MediaPlayer1" width=720 height=550 ');
document.write(' classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"');
document.write(' CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"');
document.write(' standby="Loading MicrosoftR WindowsR Media Player components..." ');
document.write(' type="application/x-oleobject">');
document.write('<PARAM NAME="AutoStart" VALUE="false">');
document.write('<PARAM NAME="FileName" VALUE="http://millet.sakura.ne.jp/ncshop/media/video/hajime.asx">');
document.write('<PARAM NAME="ShowControls" VALUE="True">');
document.write('<PARAM NAME="ShowStatusBar" VALUE="True">');
document.write('<EMBED type="application/x-mplayer2" ');
document.write(' pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"');
document.write(' SRC="http://millet.sakura.ne/ncshop/media/video/hajime.asx"');
document.write(' width=720');
document.write(' height=550');
document.write(' autostart=1');
document.write(' showcontrols=0>');
document.write('</EMBED>');
document.write('</OBJECT>'); 
 

