首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

请问embed

2012-03-22 
请教embedbodybgcolor #FFFFFF text #000000 onload document.embeds( an1 ).stop() pembe

请教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吧

热点排行