My Problem: I would like a user to hear a sound of some sort if a number is over 100.
If (x > 100) { play sound }
How would I go about this using html5/javascript. Is it possible to play sound without having an inline little video clip. The only stuff I've seen thus far has those little quicktime players embedded within the page: http://www.w3schools.com/html/html_sounds.asp
Hopefully there's a better solution? Thanks