发新话题
打印

[其它] 背景音乐播放器[下载]

1、首先新建一份html文件,取名index.html,源码:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>改为你网站的名字</title>
</head>
<frameset framespacing="0" border="0" frameborder="0" rows="20,*">
<frame name="player"scrolling="no" src="music/mp.html">
<frame name="main" scrolling="auto" noresize marginwidth="0" marginheight="0" src="你网站的地址">
<noframes>
</noframes>
</frameset>
</html>



2.将播放程序文件music上传到你空间的根目录

[attach]362[/attach]

TOP

大家下载以后,用记事本打开list.htm,mp.html,把里面我的网站名,域名改成自己的就OK,至于添加歌曲,大家记事本打开bglist.js,在里面添加好上传就OK了

TOP

播放条的背景色,大家可以修改IMAGE文件夹里面的BG.JPG的颜色,重新上传覆盖就OK

演示:http://www.wowsyj.com/index.htm

TOP

发新话题