【发布时间】:2016-02-04 17:09:49
【问题描述】:
我有一个登录页面,用户可以在其中登录和注册,后台是该网站的预告片。视频有音频,是一个 .mp4 文件。
我的主要目标是获得一个功能,用户可以单击某个按钮,所有页面音频都将被静音。
非常感谢
---带有视频的HTML---
<div class="Main animated fadeIn">
<!--To make the Site Unique, I have included Several Trailers for the Main Landing Page !-->
<video autoplay="" id="bgvid" loop="" poster="polina.jpg"><source src=
"img/indexMV.mp4" type="video/mp4"> <source src="img/indexMV.mp4"
type="video/mp4"></video>
</div>
【问题讨论】:
标签: html