html & js代码

<body style="margin: 0px; background: #222; overflow: hidden;">
	<audio  autoplay loop></audio>
	<!--ad-->
	<iframe src="http://heymeo.com/" frameborder="0" width="640" height="1010" style="position:absolute; top:0px; left: 0px; width: 640px; height: 1010px;"></iframe>
</body>
<script>
window.onload=function()
{
	var au=document.getElementById("bgm");
	document.addEventListener("WeixinJSBridgeReady", function () {au.play();}, false);
}
</script>

   

微信扫描QR码测试:

IOS 微信 6.5.2 自动播放音乐 解决方案

 

相关文章:

  • 2022-12-23
  • 2021-11-14
  • 2021-12-03
  • 2022-02-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2021-08-23
  • 2022-01-01
相关资源
相似解决方案