
如何在我的空间里添加自定义音乐代码?
1.灰色播放器
代码:
<embed style="filter: gray()" src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" showdisplay="0" showstatusbar="1" autostart="1"></embed>
2.带菜单的蓝色播放器
代码:
<embed src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" showdisplay="0" showstatusbar="1" autostart="1"></embed>