webbed-site/js/soundbite.js

3 lines
56 B
JavaScript
Raw Normal View History

function playAudio(url) {
new Audio(url).play();
}