码迷,mamicode.com
首页 > Web开发 > 详细

html - 自动播放

时间:2016-09-03 17:55:43      阅读:387      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>start_vuex</title>
  </head>
  <body>

    <audio style="display:none; height: 0" id="bg-music" loop="loop" preload="auto" src=‘./test.mp3‘> 你的浏览器不支持audio标签 </audio>
    
  </body>
  <script>

document.addEventListener(DOMContentLoaded, function () {
    function audioAutoPlay() {
        var audio = document.getElementById(bg-music);
            audio.play();
        document.addEventListener("WeixinJSBridgeReady", function () {
            audio.play();
        }, false);
    }
    audioAutoPlay();
});
 
  </script>
</html>

 

html - 自动播放

标签:

原文地址:http://www.cnblogs.com/CyLee/p/5837480.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!