How to make audio autoplay on chrome

后端 未结 17 1552
南旧
南旧 2020-11-22 08:42

audio autoplay working in Mozilla, Microsoft edge and old google chrome as well but not in new google chrome. they have blocked the autoplay. is there any way to make it au

17条回答
  •  南笙
    南笙 (楼主)
    2020-11-22 09:22

    The browsers have changed their privacy to autoplay video or audio due to Ads which is annoying. So you can just trick with below code.

    You can put any silent audio in the iframe.

    
    
    

    Just add an invisible iframe with an .mp3 as its source and allow="autoplay" before the audio element. As a result, the browser is tricked into starting any subsequent audio file. Or autoplay a video that isn’t muted.

提交回复
热议问题