Is there a way of playing a short alert sound in all browsers without plug-ins, strap ons or any additional apps?
Keith
Keith
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<SCRIPT TYPE="text/javascript">
<!--
var filename="[URL unfurl="true"]http://www.studiosoft.co.uk/chat/file.wav";[/URL]
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="' + filename + '">');
else if (navigator.appName == "Netscape")
document.writeln ('<EMBED SRC="' + filename + '" AUTOSTART=TRUE WIDTH=144 HEIGHT=60><P>');
// -->;
</SCRIPT>
I am happy for that.Keith said:All this progress and we still cannot reliably play a simple sound - bah!