第一种
<EMBED src="地址" width=320 height=40 type=audio/x-pn-realaudio-plugin controls="ControlPanel" loop="true" autostart="true" volume="100" Initfn="load-types" mime-types="mime.types">
第二种
<EMBED src="地址" width=310 height=35 type=audio/x-pn-realaudio-plugin loop="true" autostart="true" controls="ControlPanel,StatusBar">
第三种:自由控制播放
<EMBED src="地址" width=250 height=25 type=audio/x-pn-realaudio-plugin autostart="false" controls="ControlPanel">
第四种
<EMBED src="地址" width=250 height=60 autostart="true"></EMBED>
第五种:支持rm或mid
<EMBED src="地址" width=250 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="true">
第六种:支持midi,rm,ram
<EMBED align=middle src="地址" width=350 height=50 type=audio/x-pn-realaudio-plugin ALT="(Random)" mime-types="mime.types" fn="load-types" Init exts="ra,ram" volume="200" loop="true" autostart="true">
第七种:隐藏播放器
<embed src="地址" width="0" height="0" autostart="true" loop="true" align="middle" volume="200" type="audio/x-pn-realaudio-plugin" exts="ra,ram" Init fn="load-types" mime-types="mime.types" ALT="(Random)">
第八种:常用播放器视频MTV
<embed src="地址" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height="330" width="460" autostart="true">
第九种:(支持rm、asf、mpa、mpeg )
<EMBED src="地址" width=450 height=400 controls="imagewindow" autostart="true" loop="true" console="huayue">
第十种
<iframe src="地址" frameboder=0 width=400 height=200></iframe>
第十一种,通用型(支持mp3、wma、wmv、wav、midi、asf、mpeg、mpg、avi)
<embed width="350" height="50" src="地址">
第十二种:支持ra、rm、ram视频格式
<EMBED SRC="地址" type="audio/x-pn-realaudio-plugin" width="533" height="400" autostart="true" SetEnableContextMenu="false" name="video" id="video" class="video" controls="ImageWindow">
注:在使用的时候,只需把上面的 “地址” 改为您的文件地址或有效的URL地址即可。