öncelikle gerekli javascript kodu
<script>
function playSound(soundfile) {
document.getElementById("dummy").innerHTML=
"";
}
</script>
sitenin herhangi alana mesala videonun oldugu alan içine
ve ses çalması için class "playSound('URL to soundfile')
a href="#" onclick="playSound('URL to soundfile');">Click here to hear a sound
Mouse over this text to hear a sound
ek olarak : bu anlatımım uygulanırsa video otomatik çalışmalı :)