<script language=javascript>
if(screen.width >= 1000)
{
s = "WIDTH=900 HEIGHT=640px";
}
else
{
s = "WIDTH=900px HEIGHT=640px";
}
document.write("<OBJECT class=OBJECT id=player "+ s +" align=middle classid=CLSID:F31B1FBE-3B7C-4569-9E7D-A37189176D89>")
document.write("</OBJECT>")
function Play()
{
player.PlayUrlFile("http://www.byyear.com.cn/smr/陈老师试讲计算机相关知识.smr");
}
function Stop()
{
player.StopPlay();
}
</script>
<input name="Play" type="button" onClick="Play()" value="Play" />