Enabling the html5 Audio constructor for unsupported filetypes and older browsers, using QuickTime.
If the browser has a native Audio constructor which supports audio/x-m4a mimetype, then it will play this example natively, otherwise it will use QuickTime.
var sound = new Audio('audio/file.m4a');