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]