HTML5: No sound in V70e
Monkey Forums/Monkey Bug Reports/HTML5: No sound in V70e| 
 | ||
| Hi Mark, something got broken in V70e reagrding sounds. Even your audio.monkey script only prints AUDIO ERROR! | 
| 
 | ||
| bananas/mak/audiotest/audiotest.monkey is working here on Mac Chrome...is this the audio.monkey script you meant? What OS/browser? | 
| 
 | ||
| Yes! I am on OSX, FireFox 20. In chrome it works like you said. I had tested over the day in Windows 7 and IE and FF. There no sound with my app either! | 
| 
 | ||
| Mac firefox doesn't like wav! I'm sure it used to... Changing the sound fmt in audiotest to ogg fixes it, but we need a better way of dealing with this. | 
| 
 | ||
| Extern Global UserAgent:String="navigator.userAgent" Public This will at least allow you to detect browser, and adjust file formats dynamically... | 
| 
 | ||
| Actually, it appears to be related to some mserver tweaks that return content type. Removing these tweaks allows FF to play wav again - will fix. |