Music
jorocks30
27 Jun 2019, 04:24I've tried adding music but it hasn't work. Any tips?
jwpfox
06 Jul 2019, 13:17Can you share what you have tried so we can help you debug it?
This JavaScript should play an audio file:
var audio = new Audio('audio_file.mp3');
audio.play();
Does some version of that work for you?