免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開APP
userphoto
未登錄

開通VIP,暢享免費電子書等14項超值服

開通VIP
多款音樂播放器代碼
【代碼應(yīng)用】
多款音樂播放器代碼
ZZCL知足常樂編輯
1  代碼
<TABLE borderColor=#4f3256 align=center background=
http://image28.360doc.com/DownloadImg/2011/05/0121/11378820_1.jpg
border=1>
<TBODY>
<TR>
<TD style="FILTER: alpha (opacity=80,style=3)">
<P align=center> <EMBED src=歌曲地址 width=300 height=45
type=audio/mpeg loop="-1" autostart="false" volume="0"></P>
</TD></TR></TBODY></TABLE>
2   代碼
<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=http://www.yhbbs.com/UploadFile/2004-12/2004123023101352.gif border=2>
<TBODY>
<TR>
<TD>
<TABLE align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: alpha (opacity=60,style=3)">
<P align=center><EMBED style="FILTER: Gray" src=歌曲地址 width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"> </P></TD></TR></TBODY></TABLE></TD></TR></TBODY> </TABLE>
3  代碼
<TABLE style="BORDER-RIGHT: #ff69b4 3px dotted; BORDER-TOP: #ff69b4 3px dotted; BORDER-LEFT: #ff69b4 3px dotted; BORDER-BOTTOM: #ff69b4 3px dotted" cellSpacing=0 cellPadding=0 align=center bgColor=white>
<TBODY>
<TR>
<TD><TABLE borderColor=#ff69b4 align=center bgColor=#ffccf5 border=2>
<TBODY>
<TR>
<TD style="FILTER: alpha(opacity=100,style=3)">
<P align=center> <EMBED src=歌曲地址 width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
4   代碼
<TABLE height=50 cellSpacing=0 cellPadding=0 width=310 background=http://image28.360doc.com/DownloadImg/2011/05/0121/11378820_2.jpg  border=1>
<TBODY>
<TR>
<TD><div align=center>
<TABLE style="FILTER: Chroma (Color=''''#000000'''')" height=40 cellSpacing=0 cellPadding=0 width=300 border=0>
<TBODY>
<TR>
<TD>
<P align=center><EMBED style="FILTER: Gray" src=歌曲地址 width=300 height=40 type=audio/mpeg loop="-1" autostart="false" volume="0"></P></TD></TR></TBODY></TABLE></div></TD>< /TR></TBODY></TABLE>
5  代碼
<TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing=0 cellPadding=0 bgColor=#00000>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#000000 align=center border=1>
<TBODY>
<TR>
<TD><P align=center><EMBED style="FILTER: Xray" src=音樂地址 width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="- 1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
6  代碼
<EMBED style="FILTER: GRAY()" src="歌曲地址" width=300 height=45 type=audio/mpeg loop="-1" autostart="true" volume="0">
7  代碼
<EMBED style="FILTER: invert()" src="歌曲地址" width=300 height=45 type=audio/mpeg volume="0" autostart="TRUE" loop="true">
8  代碼
<EMBED style="FILTER: Xray" src=歌曲地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0">
以上代碼說明:
width(播放器面板寬度)
height(播放器面板高度)
autostart(自動播放,“=1”或“=true”即是功能有效,“=0”即是手動播放)
loop(循環(huán)播放,“=2”即是循環(huán)播放兩次,“=-1”或“=true”即是無限次循環(huán)播放)
可變值:false 或 0(手動開啟);true 或 1(自動開啟)
在歌曲地址欄輸入自己喜歡的歌曲地址就可以了
其他播放器的一些代碼
1、帖子里插入Flash代碼:
<embed src="Flash地址" width=500 height=340></embed>
其中“Flash地址”必須以“http://”開頭和“.swf”結(jié)尾,width是指播放畫面寬度,height指高度。如果需要居中,在上面代碼前面加入<P align=center>。
那么,在網(wǎng)頁中發(fā)現(xiàn)自己喜歡的FLASH動畫,如何竊取網(wǎng)址呢?我將在下一篇文章中詳述,這里只介紹代碼。
2、插入mp3代碼:
<EMBED src="mp3地址" width=310 height=35 type=audio/x-pn-realaudio-plugin controls="ControlPanel,StatusBar" autostart="true" loop="true">
支持rm或mid格式(隨機播放):
<EMBED src="rm\mp3\mid地址" width=150 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="true">
非自動播放:
<EMBED src="rm\mp3地址" width=248 height=66 type=audio/x-pn-realaudio-plugin border="0">
隱藏mp3播放器:
<embed width="0" height="0" src="MP3地址" type="application/x-shockwave-flash"></embed>
3、視頻常用播放器[MTV]
<embed src="視頻地址" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height="330" width="450" autostart="true">
4、插入背景音樂的代碼:
<bgsound src="mp3\mid地址" loop="-1">
音樂地址一般都以mid或者mp3的形式結(jié)尾 后面的數(shù)字是播放次數(shù)。”-1”是循環(huán)播放。
5、放透明flash的代碼:
<embed style="; LEFT: 50px; TOP: -80px;" src=flash地址 width=700 height=780 wmode="transparent">
簡易型:
<EMBED src=http://www.*.com/mediadate/lxlhbcn.asf style="HEIGHT: 45px; WIDTH: 190px" type=audio/mpeg AUTOSTART="1" loop="0">
</EMBED>
標簽型:
<embed width=240 height=140 transparentatstart=true animationatstart=false autostart=true autosize=false volume=100 displaysize=0 showdisplay=true showstatusbar=true showcontrols=true showaudiocontrols=true showtracker=true showpositioncontrols=true balance=true src="http://www.*.com/mediadate/lxlhbcn.asf">
</embed>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊舉報。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
制作音畫貼常用代碼
學(xué)用HTML代碼做帖
圖片+文字飄動+flah+滾動條+播放器+特效代碼
Html語言代碼標記知識
【播放器代碼】最新播放器大全
在博文中添加音樂播放器的方法
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點擊這里聯(lián)系客服!

聯(lián)系客服