想用HTML语言在IE上嵌入一个视频

来源:百度知道 编辑:UC知道 时间:2024/05/21 09:02:12
我想用HTML语言在IE上嵌入rm格式的视频,该怎么写,假如视频的名字是
test.rm.高手指教

<embed id="RealPlayer1" autogotourl=true type="audio/x-pn-realaudio-plugin" src="http://218.22.154.221:8000/20070415/rm/liuxin/059.rm" controls="ControlPanel,StatusBar" width=350 height=150 border=0 autostart=true loop=true></embed>
<noembed>please install RealPlayer!</noembed>

SRC的值自己改

<embed src="文件地址" autostart="true|false" loop="true|false|n|
starttime="分:秒" volume="0~100" width="x|%x" height="y|%y" hidden=true controls="console|smallconsole">

不过最好不要用rmvb格式的,反正我没用过这个格式在网上播,你试试吧!