当前位置: 代码迷 >> Java Web开发 >> 请问embed
  详细解决方案

请问embed

热度:97   发布时间:2016-04-17 16:33:49.0
请教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吧