/*!
* Audio5js: HTML5 Audio Compatibility Layer
* https://github.com/zohararad/audio5js
* License MIT (c) Zohar Arad 2013
*/
(function ($win, ns, factory) {
"use strict";
/*global define */
/*global swfobject */
if (typeof (module) !== 'undefined' && module.exports) { // CommonJS
module.exports = factory(ns, $win);
} else if (typeof (define) === 'function' && define.amd) { // AMD
define(function () {
return factory(ns, $win);
});
} else { //