自动播放音乐代码

来源:百度知道 编辑:UC知道 时间:2024/05/16 09:49:57
下面代码不是自动播放的,怎么改成自动的?
<EMBED style="FILTER: Xray" src=http://地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0">

autostart="false" 改成autostart="true"

或则用
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 fixed>
<COLGROUP>
<COL width="100%"></COL>
<TBODY>
<TR>
<TD vAlign=top><EMBED src=http://地址 width=576 height=432 showcontrols="-1" showstatusbar="-1" autostart="true" enablecontextmenu="false">
这个代码也可以