Home  >  Article  >  Web Front-end  >  embed播放mp3 如何禁止载入自动播放 type="audio/mp3"_html/css_WEB-ITnose

embed播放mp3 如何禁止载入自动播放 type="audio/mp3"_html/css_WEB-ITnose

不言
不言Original
2018-05-21 10:36:044095browse

我写了这个代码:              

<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里面打开就自动播放。

回复讨论(解决方案)

怎么没人回答

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn