Can't play wav file from Javascript in Firefox for Mac
- by Mike Royle
I have the following html file that plays a wav file when the user hovers over the 'Play' anchor tag. It works perfectly on IE, Chrome, Firefox, Opera, Safari on both Windows and Mac - except for Firefox on the Mac which does not play the file.
<html>
<head>
<title></title>
<script>
function PlayAudio() {
var s =…