How to play audio?

前端 未结 20 3196
抹茶落季
抹茶落季 2020-11-21 13:37

I am making a game with HTML5 and JavaScript.

How could I play game audio via JavaScript?

20条回答
  •  情书的邮戳
    2020-11-21 13:51

    if you want to play your audio whenever the page is opened then do like this.

    
    
      
      

    and call this playMusic() whenever you need in your game code.

提交回复
热议问题