荣耀6x恢复出厂设置:怎么样使网站上的音乐不间断播放

来源:百度文库 编辑:中科新闻网 时间:2024/05/02 01:39:58
我现在把音乐放在网站上,不过打开另外一个页面网站就从头开始了.我的问题是怎么样使网站上的音乐不间断播放,代码放在哪个页面都可以吗? 最好提供代码.

1.下载网页播放器加框架,复制下面代码看不见播放器
更改页面大小,也可以看见随你了
<html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>^_^</title>
</head>

<frameset framespacing="0" border="0" rows="*,1" frameborder="0">
<frame name="main" src="自己的网页">
<frame name="footer" scrolling="no" noresize target="main" src="音乐播放的网页">
<noframes>
<body>

<p>此网页使用了框架,但您的浏览器不支持框架。</p>

</body>
</noframes>
</frameset>

</html>

用迅雷下载下来就不卡了

来试一下这个<embed src=one.mp3 width=300 height=45 loop=-1 autostart=true></embed>将这个代码放在body标签队中,试一下吧,将one.mp3换成你的音乐名称,路径要弄对哦