WordPress下已经有漂亮强大的AudioPlayer了,但是Google的这个主要为Gmail的MP3附件设计的播放器也不错.在博客中插入MP3文件时,这个Flash播放器也是个不错的选择.

方法很简单,记下下面的一段代码就可以了:注意将[MP3_file]替换成你的MP3连接.

<embed type=”application/x-shockwave-flash” wmode=”transparent” src=”http://mail.google.com/mail/html/audio.swf?audioUrl=[MP3_file]” height=”27″ width=”320″>

下面这个是来自Linkin Park重新演绎的变形金刚主题曲.

如果还想使用这个播放器播放任何在线MP3文件,可以安装一个Greasemonkey代码(必须在安装有Greasemonkey的Firefox下安装),它会在每一个MP3链接旁显示该播放器.

embeddedgoogleplayer5