站内搜索: 请输入搜索关键词

当前页面: 开发资料首页Javascript 专题网页播放器代码集中营

网页播放器代码集中营

摘要: 网页播放器代码集中营
<tr> <td> <table class=unnamed2 style="TABLE-LAYOUT: fixed; WORD-BREAK: break-all; WORD-WRAP: break-word" cellPadding=3 width="100%" border=0> <tr> <td style="WORD-BREAK: break-all">

1.avi格式
代码片断如下:











showcontrols="1" autostart="1" autorewind="0" playcount="0"

moviewindowheight="240" moviewindowwidth="320" filename="/Mbar.avi"

src="Mbar.avi">



2.mpg格式
代码片断如下:

id="ActiveMovie1" width="239" height="250">






























3.smi格式
代码片断如下:

0020AFBBCCFA width=240 height=180>













console="Console1" controls="ImageWindow" height="180"

width="240" autostart="true">



4.rm格式
代码片断如下:

HEIGHT=288 WIDTH=352>













CONTROLS="ImageWindow" HEIGHT="288" WIDTH="352" AUTOSTART="false">



5.wmv格式
代码片断如下:

codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#

Version=6,4,5,715" standby="Loading Microsoft Windows Media Player components..."

type="application/x-oleobject" align="right" hspace="5">

codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#

Version=6,1,5,217"
id=MediaPlayer type=application/x-oleobject width=210 height=340 standby="

Loading Microsoft Windows Media Player components..." VIEWASTEXT align=MIDDLE>

























http://202.102.*.*/

flash/2/fff.swf">


































简易型:
http://www.*.com/mediadate/lxlhbcn.asf style="HEIGHT: 45px; WIDTH: 190px" type=audio/mpeg AUTOSTART="1" loop="0">


标签型:

autostart=true autosize=false volume=100 displaysize=0 showdisplay=true

showstatusbar=true showcontrols=true showaudiocontrols=true

showtracker=true showpositioncontrols=true balance=true src=""

target="_blank">http://www.*.com/mediadate/lxlhbcn.asf">


多功能型◇
不仅可以放曲子,还能放Flash和其它视频文件。

class=OBJECT id=MediaPlayer width=196 height=196>

http://202.116

.*.*/video/story/chinese/hynh/b.wmv">
>

</td></tr></table></td> </tr> </table>
↑返回目录
前一篇: JS经典源码:通用javascript脚本函数库
后一篇: 各种网页播放器代码大全