|
楼主 |
发表于 2010-2-27 12:57:13
|
显示全部楼层
播放器源码1:
<TABLE borderColor=limegreen align=center background=http://tech.china.com/zh_cn/home4u/sucai/gifanimation/line/0065.gif border=2><TR><TD style="FILTER: alpha(opacity=80,style=3)">
<P align=center><OBJECT classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id=player height=45 width=380 style="FILTER: invert();"><PARAM NAME="Filename" VALUE="http://ctjj.com/windqing/up/loveyou.wma"><PARAM NAME="ShowControls" VALUE="1"><PARAM NAME="ShowDisplay" VALUE="0"><PARAM NAME="ShowPositionControls" VALUE="1"><PARAM NAME="ShowStatusBar" VALUE="1"><PARAM NAME="Volume" VALUE="0"></OBJECT> </p></TD></TR></TABLE><BR><BR>
播放器源码2:
<div align="center"><table style="BORDER-RIGHT: white 3px inset; BORDER-TOP: white 3px inset; BORDER-LEFT: white 3px inset; BORDER-BOTTOM: white 3px inset" cellSpacing="0" cellPadding="0" width="300" background="http://www.mypcera.com/photo/65/culture/art/music/17.gif" border="10" id="table6"><tr><td><table style="FILTER: Chroma (Color=''''#FFFAFA'''')" height="30" cellSpacing="0" cellPadding="0" width="300" border="0" id="table7"></table><table cellSpacing="0" cellPadding="0" width="295" border="0" id="table8"><tr><td onmouseover="this.style.backgroundColor='red'" onmouseout="this.style.backgroundColor=''"><embed style="FILTER: invert alpha(opacity=50) WIDTH: 295px; HEIGHT: 38px" src="http://www.coolwbb.com.mp3" type="video/x-ms-asf" autostart="true" loop="1" volume="0"></td></tr></table></td></tr></table></div> <BR><BR>
播放器源码3:
<marquee width="90%" behavior="alternate" scrollamount="3"><EMBED style="FILTER: xray()" src=http://www.coolwbb.com.mp3 width=300 height=50 type=audio/mpeg volume="0" autostart="true" loop="-1"></p>
</marquee><br /><BR><BR>
播放器代码4:
<embed style="FILTER: alpha(opacity=100,style=3); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
播放器代码5:
<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=播放器动画图片 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=音乐地址.mp3 width=320 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1这里是循环播放的次数"> </P></TD></TR></TBODY></TABLE></TD></TR></TBODY> </TABLE>
以上播放器部分自动播放修改,太多音乐播放嘈杂。要自动播放的:播放器代码中
width 表示播放器的宽度
height表示播放器的宽度
autostart表示是否自动播放 fslse为不 true为是(或者1表示是0表示不是)
loop表示循环false表示不循环 true表示循环(或者以数字表示循环次数)
重要说明:为了演示方便,我将autostart=""里面的参数设置成了false,如果大家想自动播放,请将autostart="",引号中的false改成1
曾和编写。不懂修改的问我 |
|