Hi all,
I'm programming for EI7, 8 and Firefox 3.x
I'm currently using the JavaScript alert function to display a message to the user and as you know, it also provides a sound to get your attention.
However, the alert function is not very cosmetically aesthetic. I would like to just display a conditional <p> tag text w/ an alert sound.
I now that html 5 supports the audio tag but hardly any browsers do.
Is there a way to add a similar sound when displaying text from a <p> tag?