介绍 |
网上好多网页播放器原理就是用的这个,很流行的播放器,做音乐站,或者想自己加点音乐放网上的朋友,用这个不错 使用方法: 01.把播放器解压缩到“music”目录并放在你的网站根目录下; 02.在你的Blog目录下新建一个“index.htm”的文件,添加如下的框架代码: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>求索文化</title> </head> <frameset rows="*,22" frameborder="NO" border="0" framespacing="0"> <frame src="/PJBlog/default.asp(注:Blog首页面的地址)" name="mainFrame" scrolling="yes"> <frame src="/music/selectindex.htm(注:音乐播放器的地址)" name="bottomFrame" scrolling="NO" noresize> </frameset> <noframes></noframes> </html> 上面的"*,22"表示Blog主体页面在上方,音乐播放器在下方,且播放器的高度为22象素; 具体设置,请参照下载包里的使用说明.
|