介绍两种我这种笨人使用的简易方法
方法一:后台播放(网页上看不见控制板)
在源码第一行插入
<embed src= .mp3 loop=-1 autostart=true hidden=true></embed>
就可以了^_^
方法二:
<EMBED src=http://.mp3 width=170 height=28 type=audio/x-ms-wma loop=-1 autostart=true></EMBED>
换上面的代码 两种方法的音乐地址都可以随意换。
-1表示无限循环 1表示播放一次
方法一:后台播放(网页上看不见控制板)
在源码第一行插入
<embed src= .mp3 loop=-1 autostart=true hidden=true></embed>
就可以了^_^
方法二:
<EMBED src=http://.mp3 width=170 height=28 type=audio/x-ms-wma loop=-1 autostart=true></EMBED>
换上面的代码 两种方法的音乐地址都可以随意换。
-1表示无限循环 1表示播放一次
回复Comments
{commenttime}{commentauthor}
{CommentUrl}
{commentcontent}