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

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

不言
Release: 2018-05-21 10:36:04
Original
4197 people have browsed it

我写了这个代码:              

<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>
Copy after login

在chrome里面打开就自动播放。

回复讨论(解决方案)

怎么没人回答

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template