下面的代码都可以支持,只不过使用的方法不一样,看你喜欢那种,网页插入flash的代码在最后一个呢!嘿嘿,给大家提供的很多吧!我就不在这里一个个掩饰怎么播放啦!
只要是用HTML语言编写的就可以:
网页播放器代码
<播放器代码1>
<EMBED src="地址.mp3" 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">
<播放器代码2>
<EMBED src="地址mp3" width=310 height=35 type=audio/x-pn-realaudio-plugin loop="true" autostart="true" controls="ControlPanel,StatusBar">
<代码3自由控制播放>:
<EMBED src="rm地址" width=250 height=25 type=audio/x-pn-realaudio-plugin autostart="false" controls="ControlPanel">
<影片代码4>:
<EMBED src="rm地址" width=250 height=60 autostart="true"></EMBED>
<播放器代码5支持rm或mid格式>:
<EMBED src="网址" width=250 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="true">
<代码6支持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">
<代码6隐藏播放器>:
<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)">
<代码7视频(MTV)常用播放器>:
<embed src="网址" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height="330" width="460" autostart="true">
<代码8RealPlayer 影片>:
<EMBED src="网址" width=450 height=400 controls="imagewindow" autostart="true" loop="true" console="huayue"> (支持rm、asf、mpa、mpeg )
<代码9支持mp3、wma、wmv、wav、midi、asf、mpeg、mpg、avi格式>:
<embed width="350" height="50" src="地址">
<代码10支持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">
下面可以在网页插入flash代码
<embed width=200 height=200 src="Flash地址";>