Autoplay an audio with HTML5 embed tag while the player is invisible

前端 未结 9 2430
时光说笑
时光说笑 2021-02-08 14:07

I want to autoplay a MP3 audio file and I don\'t want the player to be visible.

9条回答
  •  情话喂你
    2021-02-08 14:43

    If you are using React, make sure autoplay is set to,

    autoPlay
    

    React wants it to be camelcase!

提交回复
热议问题