Sound notification problems 
 
Sounds do not work with Firefox3, Chrome5, Opera10

BlaB detects if you are running an HTML5 capable browser and if so, it plays .ogg sound files using the new HTML5 <audio> tag. For MSIE, Firefox2 and browsers that do not support <audio> it runs SWF files instead.

In case you do not hear any sound with Firefox3.5+, Chrome5+ or Opera10+, this means that your server does not output .ogg files with the proper MIME type. This problem should not appear with Apache [there is a .htaccess file that sets the proper MIME type for ogg files] but if you want to switch all browsers back to SWF, open incl/blab.js with a text editor:

search for:
aud_ok=!!aud_em["canPlayType"];


and replace it with:
aud_ok=false;


then save and reload.


 

2010-04-16 08:46