款式一
在网上搜寻了很久,找到了一款简约的音乐播放器,功能也比较强大,下面我来详细来介绍
首先看看外观
是不是很简洁呀,现在我们看看他的引用方式
<code>
<embed src="http://os.yefengs.com/wp-content/uploads/2012/11/yefengs.swf?file=http://down.wofs.com.cn:8080/uploadlib/wohyun/20111129142608_267106.mp3&width=25&songVolume=100&backColor=000000&frontColor=ffffff&autoStart=false&repeatPlay=true&showDownload=true&" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="310" height="20"></embed>
</code>
<embed src="http://os.yefengs.com/wp-content/uploads/2012/11/yefengs.swf?file=http://down.wofs.com.cn:8080/uploadlib/wohyun/20111129142608_267106.mp3&width=25&songVolume=100&backColor=000000&frontColor=ffffff&autoStart=false&repeatPlay=true&showDownload=true&" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="310" height="20"></embed>
</code>
关键我们看看播放器的各个参数
<code>src="http://os.yefengs.com/wp-content/uploads/2012/11/yefengs.swf?file=http://down.wofs.com.cn:8080/uploadlib/wohyun/20111129142608_267106.mp3&width=25&songVolume=100&backColor=000000&frontColor=ffffff&autoStart=false&repeatPlay=true&showDownload=true&"</code>
主要看yefengs.swf?之后的
<code>
file=http://down.wofs.com.cn:8080/uploadlib/wohyun/20111129142608_267106.mp3 是音乐文件的地址,一般都为MP3,其他格式没有测试。
songVolume=100 音量大小
backColor=000000 播放器颜色
frontColor=ffffff 播放器按钮颜色
autoStart=false 是否自动播放true为自动,false为不自动
repeatPlay=true 是否循环播放true为循环,false为不循环
showDownload=true是否显示音乐下载按钮true为显示,false为不显示
每个参数之间用&来分开
</code>
file=http://down.wofs.com.cn:8080/uploadlib/wohyun/20111129142608_267106.mp3 是音乐文件的地址,一般都为MP3,其他格式没有测试。
songVolume=100 音量大小
backColor=000000 播放器颜色
frontColor=ffffff 播放器按钮颜色
autoStart=false 是否自动播放true为自动,false为不自动
repeatPlay=true 是否循环播放true为循环,false为不循环
showDownload=true是否显示音乐下载按钮true为显示,false为不显示
每个参数之间用&来分开
</code>
播放器下载yefengs.swf
如果你想做成段代码集成到你的Wordpress主题中,那么只需将以下代码复制到你的主题中的Fuctions.php中用php包裹即可。
<code>
//短代码支持----音乐播放器
function doubanplayer($atts, $content=null){
extract(shortcode_atts(array("auto"=>'0'),$atts));
return '<embed src=“'.get_bloginfo("template_url").'/images/yefengs.swf?file='.$content.'&width=25&songVolume=100&backColor=000000&frontColor=ffffff&autoStart=ture&repeatPlay=true&showDownload=true&" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="310" height="20"></embed>';
}add_shortcode('mp3','yefengsPlayer');
</code>
//短代码支持----音乐播放器
function doubanplayer($atts, $content=null){
extract(shortcode_atts(array("auto"=>'0'),$atts));
return '<embed src=“'.get_bloginfo("template_url").'/images/yefengs.swf?file='.$content.'&width=25&songVolume=100&backColor=000000&frontColor=ffffff&autoStart=ture&repeatPlay=true&showDownload=true&" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="310" height="20"></embed>';
}add_shortcode('mp3','yefengsPlayer');
</code>
接下来把下载好的yefengs.swf文件复制到主题的images文件夹中。
使用方式
<code>[ mp3]音乐的连接地址[/mp3 ]</code>
款式二
1.
分享另一款音乐播放器
<code>
<embed type="application/x-shockwave-flash" src="http://assets.tumblr.com/swf/audio_player.swf?audio_file=http://www.tumblr.com/audio_file/ansimuz-halftone/34267251497/tumblr_mcfc83Hxzv1rjfkib&color=FFFFFF" height="27" width="207" quality="best" wmode="opaque"></embed>
</code>
<embed type="application/x-shockwave-flash" src="http://assets.tumblr.com/swf/audio_player.swf?audio_file=http://www.tumblr.com/audio_file/ansimuz-halftone/34267251497/tumblr_mcfc83Hxzv1rjfkib&color=FFFFFF" height="27" width="207" quality="best" wmode="opaque"></embed>
</code>
如果有问题,可以留言呦~~~
I have to thank you for the efforts you’ve put in writing this site.
I’m hoping to check out the same high-grade blog posts by you in the future as well.
In fact, your creative writing abilities has encouraged me to get
my very own site now 😉