To enable your web server to support the audio formats you need to ensure that the web server such as Apache can serve the appropriate file fomats – if some browsers get media errors, add the following mime types to the ‘.htaccess’ at the root web serving folder AddType audio/mpeg mp3 AddType audio/mp4 m4a AddType audio/ogg ogg oga =====================================================================================