![](http://imgsrc.baidu.com/forum/w%3D580/sign=da253299accc7cd9fa2d34d109002104/a7d5d5628535e5dd919b8cab79c6a7efce1b6222.jpg)
1、首先下载个音乐,重命名成yinyue.mp3,并且在网站根目录建立一个music的文件夹,将音乐放进去!
2、在网页里插入以下代码:
<embed src='music/yinyue.mp3' loop=false aotostart=true mastersound hidden=true width=0 height=0></embed>
注意:music/yinyue.mp3就是音乐的目录,如果音乐是放在images文件夹下,代码则改成:
<embed src='images/yinyue.mp3' loop=false aotostart=true mastersound hidden=true width=0 height=0></embed>
如果想要显示这个音乐播放器就改成:
<embed src='images/yinyue.mp3' loop=false aotostart=true mastersound hidden=true width=300 height=90></embed>