网站制作学习网经验与学习→正文:常见的各种音频视频的代码
字体:

常见的各种音频视频的代码

经验与学习 2010/4/17 22:45:47  点击:不统计

<本文原载于www.forasp.cn>

播放过常见的各种音频视频的代码,来源于网上,具体不详。
1,mid
Code:   
<embed src="地址" type="audio/midi" hidden="false" autostart="true" loop="true" height="20" width="200"></embed>
2,mp3
Code:  
<embed controller="true" width="200" height="20" src="地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>
3,avi
Code:  
<embed src="地址" border="0" width="200" height="50" type="application/x-mplayer2"></embed>
4,flash
Code:  
<embed src="地址" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"width="200" height="50" play="true" loop="true" quality="high" scale="showall" menu="true"></embed>

转www.载for网站制作学习asp必.cn究

5,mpg
Code:   
<embed src="地址" border="0" width="200" height="50" type="application/x-mplayer2"></embed>
6,mov
Code:   
<embed controller="true" width="200" height="50" src="地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>
7,rm
Code:   
<OBJECT>
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="AUTOSTART" Value="true">
<PARAM NAME="SRC" VALUE="地址">
<embed height="50" width="<:WIDTH:>" controls="ImageWindow" src="文件名" type="audio/x-pn-realaudio-plugin" autostart="true" nolabels="0" autogotourl="-

1"></OBJECT>
完毕,试试吧。


%77w%77%2E%66%6F%72%61%73%70%2E%63%6E

·上一篇:光纤故障网站访问速度减慢 >>    ·下一篇:style中display:none和visibility:hidde >>
推荐文章
最新文章