页面载入中,请稍候...
Welcome 页面载入中,请稍候... ......
用CSS打造你的播放器 □tangyiqi 发表于 2008-9-13 7:38:00 喜欢做音乐的朋友,面对千篇一律的样式你是否觉得单调呢?现在就让我们看看下面几款播放器如何?是不是觉得帅极了?其实很简单,你只需要把代码复制下来,把音乐地址换成你想加入的音乐地址,你也可以拥有一款漂亮的播放器!怎么样?还不抓紧时间试一试。 invert滤镜 invert滤镜播放器效果代码: <embed style="FILTER: invert(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" type="audio/mpeg" loop="false" autostart="false" showstatusbar="1" /> Blur滤镜 Blur滤镜播放器效果代码: <embed style="FILTER: Blur(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" /> Gray滤镜 Gray滤镜播放器效果代码: <embed style="FILTER: Gray(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" /> Xray滤镜 Xray滤镜播放器效果代码: <embed style="FILTER: Xray(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" /> alpha滤镜 alpha滤镜播放器效果代码: <embed style="filter:Alpha(opacity=10,finishOpacity=100,style=2); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" /> Wave滤镜 Wave滤镜播放器效果代码: <embed style="FILTER: wave(add=0,lightstrength=50,strength=4,freq=2,phrase=30); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" /> alpha滤镜 alpha滤镜播放器效果代码: <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" /> □阅读全文 | 回复(0) | 引用通告 | 编辑 标签:幽客 上一篇:08最新时钟 下一篇:如何给自己的个人信息和介绍加上边框 发表评论: 昵称: 密码: 主页: 标题: 页面载入中,请稍候...