0

excuse me sir I want to ask, can you make background music using JavaScript? if he is what the code is 😅😅

15th May 2020, 3:27 PM
Reza Yudha pratama
Reza Yudha pratama - avatar
2 odpowiedzi
+ 4
let aud = new Audio(); aud.src =.... (the url of resources) (in an mouse event listener) { aud.play(); }
15th May 2020, 3:30 PM
Gordon
Gordon - avatar
15th May 2020, 4:21 PM
Calviղ
Calviղ - avatar