11-28 18635人
<style type="text/css"> .btnAudio{ width:36px; height:36px; position:absolute; right:30px; top:18px; overflow:hidden; background:url("http://pan.cccyun.cc/view.php/7a1a6d1c1426c7ce866712f1c058b69d.png") left top no-repeat; z-index:100;} .rotate1circle{-webkit-animation:rotate1circle 1s linear infinite;} @-webkit-keyframes rotate1circle { 0% { -webkit-transform-origin:center center; -webkit-transform:rotate(0deg); } 100% { -webkit-transform-origin:center center; -webkit-transform:rotate(360deg); } } </style> <section class="u-audio hidden" data-src="http://wap.gx.10086.cn/xhtml/images/healthassist/bgmusic.mp3"></section> <div class="btnAudio" id="btnAudio"></div> <script> var bg_audio_val = true; var bg_audio = new Audio(); function audio_init(){ var options_audio = { loop: true, preload: "auto", src: $('.u-audio').attr('data-src') } for (var key in options_audio) { bg_audio[key] = options_audio[key]; } bg_audio.load(); audio_addEvent(); bg_audio.play(); } function audio_addEvent(){ $("#btnAudio").on('click', audio_control); $(bg_audio).on('play',function(){ bg_audio_val = false; $('#btnAudio').addClass('rotate1circle'); }) $(bg_audio).on('pause',function(){ $('#btnAudio').removeClass('rotate1circle'); }) } function audio_control(){ if(!bg_audio_val){ bg_audio.pause(); bg_audio_val = true; }else{ bg_audio.play(); } } audio_init(); </script>
彩虹大佬,我的网页加了这个音乐代码。在浏览器可以正常播放,但是在QQ中打开网页,音乐图标在转但是不播放音乐怎么解决呢?
Windows 7 x64 Google Chrome 49.0.2623.87放在什么位置呢?
Windows 8 x64 Google Chrome 45.0.2454.101不错噢
Windows 10 x64 Sogou Explorer不知道怎么弄不显示
Windows 10 Sogou Explorer旋律很好听
Windows XP Google Chrome 11.0.672.0求JS代码
Windows 7 x64 QQBrowser 9.2.5748.400少了一段JS。
Windows 7 x64 Google Chrome 49.0.2593.0拿走了
Windows 7 x64 Google Chrome 45.0.2454.101背景音乐代码不错 直接放在body里面的吗
Windows 7 x64 Google Chrome 31.0.1650.63@admin:代码放那
Windows XP Google Chrome 30.0.1599.101..
Windows XP Google Chrome 31.0.1650.63啊啊哈