Rumah > Artikel > hujung hadapan web > embed播放mp3 如何禁止载入自动播放 type="audio/mp3"_html/css_WEB-ITnose
我写了这个代码:
<tr> <td colspan="2"> !! <EMBED src="../../../newm/<%#Eval("fileload") %>" type="audio/mp3" autoplay=false autostart="false" flashvars="autoplay=false&play=false" menu="false" hidden="false" loop="false" class="auto-style11"></EMBED> !! </td> <td> <%# Eval("fileUpDate") %></td> </tr>
在chrome里面打开就自动播放。
怎么没人回答