请教embed
<body bgcolor= "#FFFFFF " text= "#000000 " onload= "document.embeds( 'an1 ').stop(); ">
<p> <embed id= "an1 " src= "hmbb.rmvb " width= "440 " height= "148 ">
</embed> </p>
<p>
<input type= "button " name= "b1 " value= "play " onclick= "document.embeds( 'an1 ').run(); " >
<input type= "button " name= "b2 " value= "stop " onclick= "document.embeds( 'an1 ').stop(); " >
<input type= "button " name= "b3 " value= "pause " onclick= "document.embeds( 'an1 ').pause(); " >
</p>
</body>
想运行该页面后播放该动画。请高手指点错在哪里??页面加载完毕后,显示不出图像来。而且也不能播放
------解决方案--------------------没写TYPE吧