查看文章 |
相关文章:博客播放器代码
2006-10-23 11:54
◆◆◆◆◆MTV代码
<embed id="MediaPlayer963" src="MTV的地址" width="305" height="250" type="video/x-msvideo" autostart="true" loop="false" align="left"> ◆◆◆◆◆不用播放器也能无限放歌曲代码 <iframe name="I1" src="http://biz.cnhoo.com/wz/test/Edikongjian_yinyue.htm" width="1" height="1"> ◆◆◆◆◆背景音乐代码(写在日记标题里) 1.显示播放器代码: <embed src=http://你的音乐地址> 2.不显示播放器代码: (由于日记标题有字数限制,所以请大家选择较短的音乐地址,否则背景音乐将失效) <embed src=http://你的音乐地址 width="0" height="0" loop="999"> 代码中的音乐地址就是网上以.mp3/.midi/.wma/.wmv结尾的网址 ◆◆◆◆◆视频MTV代码(写在日记内容里) <embed src= http://你的视频文件地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true> 代码中的视频文件地址就是网上以.rm结尾的网址。播放器的大小可以自己调整代码中 的数值,只需改height =“高度”,width =“宽度” ◆◆◆◆◆电台代码(写在日记内容里) <embed src= http://你的电台地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=124 width=180 autostart=true loop=true> 代码中的电台地址就是网上以.asp结尾的网址 ◆◆◆◆◆音乐播放代码 <iframe src=音乐地址 frameborder=0 width=100% height=34> ◆◆◆◆◆全能播放器代码 <img src="javascript:document.getElementById('Mlogo').innerHTML+='<div style=\'position:absolute;top:0;left:0;\'><iFRAME name=I1 src=\'http://tf1000.go2.icpcn.com/mp3/top.htm\' frameBorder=\'0\' width=\'975\' scrolling=\'no\' height=\'21\'></div>';"> ◆◆◆◆◆一款很酷的嵌入式播放器代码 <img src="javascript :Mlogo.&#105;nnerHTML+='<div id=MVPlayer style=position:absolute;top:0;left:0;width:925;height:655;></div>';MVPlayer .&#105;nnerHTML='<&#105;frame src=http://wonzone.go2.icpcn.com/qzone/mvp/mvp.htm? mvx=700&mvy=445&mvw=225&mvh=180&mvlst=http://wonzone.go2.icpcn.com/qzon e/test.js&ctrlp=true&lstmd=1&dd8h=445&ctrlpx=49&ctrlpy=625&rndp=true allowTransparency=true width=925 height=655 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no name=MVP></&#105;frame>'" style=display:none> 用记事本把代码中的&全部替换成半角&,否则无效. ◆◆◆◆◆音乐播放器代码(支持多种格式) <img src="javascript:document.getElementById('Mlogo').innerHTML+='<div style=\'position:absolute;top:0;left:0;\'><iFRAME name=I1 src="/\'http://tf1000.go2.icpcn.com/mp3/top.htm"\' frameBorder=\'0\' width=\'975\' scrolling=\'no\' height=\'21\'></div>';"> 全能播放器:支持rm、mp3、wma、wmv、wav、midi、asf、mpeg、mpg、avi等格式 ◆◆◆◆◆5种超酷MP3播放器随意放代码 <content><img src="javascript:document.getElementById('Mlogo').innerHTML+='<div style=\'position:absolute;top:0;left:0;\'><iFRAME name=I1 src=\'http://218.80.220.26/QQZONE/25514291/files/music/music5.htm \' frameBorder=\'0\' width=\'930\' scrolling=\'no\' height=\'33\'></div>';"></content> top:0;left:0 表示距离上面和左边的距离,可以修改 ◆◆◆◆◆家庭影院代码 <div id="layer25" style="padding:0px; LEFT: 2px; OVERFLOW: hidden; WIDTH: 634px; POSITION: absolute; TOP: 0px; HEIGHT: 530px; zindex: 90" resiziable="true"> <img oncontextmenu="return false" title="" height="529" src="http://photoimg24.qq.com/cgi-bin/load_pic? verify=qi4PbOWvS%2FBcyd7oL7ik%2Fg%3D%3D" width="707" align="middle" border="0"></div> <div id="layer23" style="left: 229px; overflow: hidden; width: 262px; position: absolute; top: 128px; height: 210px; zindex: 200; padding: 0px" resiziable="true"> <embed id="MediaPlayer963" src="你的视频地址" width="303" height="300" type="video/x-msvideo" autostart="true" loop="false" align="left"></div> ◆◆◆◆◆顶部MTV代码 <img src="javascript:var s=document.createElement('script');s.src='http://wonzone.go2.icpcn.com/qzon e/public/mtv_top.js';document.body.appendChild(s);" style=display:none></img> ◆◆◆◆◆一款超酷FLASH滚动播放器代码(本人推荐使用) <EMBED src=http://www.zhuiluren.com/MusicBYSEA.swf width=460 height=650 type=application/x-shockwave-flash><DIV></DIV> ◆◆◆◆◆插入视频代码(代码生成器生成的) 1...只播放一遍需要手动打开的视频播放代码 </textarea><embed src=视频地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=420 width=640 autostart=False loop=False> 2...循环播放的视频播放代码 </textarea><embed src=视频地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=420 width=640 autostart=False loop=True> 3...自动播放的视频播放代码 </textarea><embed src=视频地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=420 width=640 autostart=False loop=False> 4...自动播放+循环播放代码 </textarea><embed src=视频地址 type=audio/x-pn-realaudio-plugin console=clip1 controls=ImageWindow height=420 width=640 autostart=True loop=True> ◆◆◆◆◆插入音乐代码(代码生成器生成的) 1...只播放一遍需要手动打开的音乐播放代码 </textarea><embed src=音乐地址 width=2 height=2 autostart=False loop=False> 2...循环播放的音乐播放代码 </textarea><embed src=音乐地址 width=2 height=2 autostart=True loop=False> 3...循环播放+自动音乐播放代码 </textarea><embed src=音乐地址 width=2 height=2 autostart=True loop=True> 4...循环播放+自动音乐播放+隐藏播放器代码 </textarea><embed src=音乐地址 width=0 height=0 autostart=True loop=True> 5...自动音乐播放代码 </textarea><embed src=音乐地址 width=2 height=2 autostart=False loop=True> 6...隐藏播放器代码 </textarea><embed src=音乐地址 width=0 height=0 autostart=False loop=False> 7...循环播放+自动播放+播放器代码 <img src="javascript:document.getElementById('Mlogo').innerHTML+='<div style=\'position:absolute;top:;left:;\'><iFRAME name=I1 src=\'音乐地址 \' frameBorder=\'0\' width=\'\' scrolling=\'no\' height=\'\'></div>';"> 相关文章: ◆◆◆◆◆新浪博客代码大全 ◆◆◆◆◆ 更改博客Banner代码 ◆◆◆◆◆新浪博客添加滚动新闻代码 ◆◆◆◆◆新浪博客添加QQ留言代码 ◆◆◆◆◆IP地址显示代码 ◆◆◆◆◆博客停留时间显示代码 ◆◆◆◆◆在博客里加入电视的代码 ◆◆◆◆◆隐藏活力地带代码 ◆◆◆◆◆博客添加视频的代码 ◆◆◆◆◆挂件代码 ◆◆◆◆◆邮箱快速登录代码 ◆◆◆◆◆添加滚动新闻代码 ◆◆◆◆◆博客代码-每日运程星座查询 ◆◆◆◆◆博客IP地址显示代码 ◆◆◆◆◆博客生活中实用查询代码 ◆◆◆◆◆透明FLASH大全 ◆◆◆◆◆添加祈愿瓶代码 ◆◆◆◆◆鼠标后面跟一串字的代码 ◆◆◆◆◆博客播放器代码 ◆◆◆◆◆如何给自己的博客添加密码 ◆◆◆◆◆博客代码-图片为背景发表文章 ◆◆◆◆◆博客特效代码-添加动态鼠标 ◆◆◆◆◆特效代码-增加一个FLASH时钟 ◆◆◆◆◆特效代码-添加背景音乐及播放器! |
最近读者:
本篇日志被作者设置为禁止发表新评论