Question
play audio file
i am trying to play song from file
i wrote this code, but the ausdio does not work
var song = new Audio();
song.src='file.mp3';
song.play();
i am trying to play song from file
i wrote this code, but the ausdio does not work
var song = new Audio();
song.src='file.mp3';
song.play();
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.