Answer the question
In order to leave comments, you need to log in
How to play notification ringtone in google browser on android?
Player code
<audio id="chatAudio">
<source src="/sound/notice.m4a" type="audio/mpeg" />
<source src="/sound/notice.ogg" type="audio/ogg" />
<source src="/sound/notice.mp3" type="audio/mpeg" />
<source src="/sound/notice.wav" type="audio/wav" />
</audio>
$('#chatAudio')[0].play();
Answer the question
In order to leave comments, you need to log in
I would try creating symbolic links to these files in one of the user's directories.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question