summaryrefslogtreecommitdiff
path: root/docs/dymaxion/soundmanagerv297a-20101010/script
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dymaxion/soundmanagerv297a-20101010/script')
-rwxr-xr-xdocs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-jsmin.js96
-rwxr-xr-xdocs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug-jsmin.js71
-rwxr-xr-xdocs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug.js2838
-rwxr-xr-xdocs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2.js2838
4 files changed, 5843 insertions, 0 deletions
diff --git a/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-jsmin.js b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-jsmin.js
new file mode 100755
index 0000000..91c77ed
--- /dev/null
+++ b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-jsmin.js
@@ -0,0 +1,96 @@
+/** @license
+
+ SoundManager 2: Javascript Sound for the Web
+ --------------------------------------------
+ http://schillmania.com/projects/soundmanager2/
+
+ Copyright (c) 2007, Scott Schiller. All rights reserved.
+ Code provided under the BSD License:
+ http://schillmania.com/projects/soundmanager2/license.txt
+
+ V2.97a.20101010
+*/
+(function(W){function va(Ma,Na){function wa(){if(b.debugURLParam.test(G))b.debugMode=true;if(u(b.debugID))return false;var c,a,f,g;if(b.debugMode&&!u(b.debugID)&&(!fa||!b.useConsole||b.useConsole&&fa&&!b.consoleOnly)){c=l.createElement("div");c.id=b.debugID+"-toggle";a={position:"fixed",bottom:"0px",right:"0px",width:"1.2em",height:"1.2em",lineHeight:"1.2em",margin:"2px",textAlign:"center",border:"1px solid #999",cursor:"pointer",background:"#fff",color:"#333",zIndex:10001};c.appendChild(l.createTextNode("-"));
+c.onclick=xa;c.title="Toggle SM2 debug console";if(v.match(/msie 6/i)){c.style.position="absolute";c.style.cursor="hand"}for(g in a)if(a.hasOwnProperty(g))c.style[g]=a[g];a=l.createElement("div");a.id=b.debugID;a.style.display=b.debugMode?"block":"none";if(b.debugMode&&!u(c.id)){try{f=X();f.appendChild(c)}catch(e){throw Error(q("appXHTML"));}f.appendChild(a)}}}this.flashVersion=8;this.debugMode=true;this.debugFlash=false;this.useConsole=true;this.waitForWindowLoad=this.consoleOnly=false;this.nullURL=
+"about:blank";this.allowPolling=true;this.useFastPolling=false;this.useMovieStar=true;this.bgColor="#ffffff";this.useHighPerformance=false;this.flashLoadTimeout=1E3;this.wmode=null;this.allowScriptAccess="always";this.useHTML5Audio=this.useFlashBlock=false;this.html5Test=/^probably$/i;this.ondebuglog=false;this.audioFormats={mp3:{type:['audio/mpeg; codecs="mp3"',"audio/mpeg","audio/mp3","audio/MPA","audio/mpa-robust"],required:true},mp4:{related:["aac","m4a"],type:['audio/mp4; codecs="mp4a.40.2"',
+"audio/aac","audio/x-m4a","audio/MP4A-LATM","audio/mpeg4-generic"],required:true},ogg:{type:["audio/ogg; codecs=vorbis"],required:false},wav:{type:['audio/wav; codecs="1"',"audio/wav","audio/wave","audio/x-wav"],required:false}};this.defaultOptions={autoLoad:false,stream:true,autoPlay:false,loops:1,onid3:null,onload:null,whileloading:null,onplay:null,onpause:null,onresume:null,whileplaying:null,onstop:null,onfailure:null,onfinish:null,onbeforefinish:null,onbeforefinishtime:5E3,onbeforefinishcomplete:null,
+onjustbeforefinish:null,onjustbeforefinishtime:200,multiShot:true,multiShotEvents:false,position:null,pan:0,type:null,usePolicyFile:false,volume:100};this.flash9Options={isMovieStar:null,usePeakData:false,useWaveformData:false,useEQData:false,onbufferchange:null,ondataerror:null,onstats:null};this.movieStarOptions={bufferTime:3,serverURL:null,onconnect:null,bufferTimes:null,duration:null};this.version=null;this.versionNumber="V2.97a.20101010";this.movieURL=null;this.url=Ma||null;this.altURL=null;
+this.enabled=this.swfLoaded=false;this.o=null;this.movieID="sm2-container";this.id=Na||"sm2movie";this.swfCSS={swfBox:"sm2-object-box",swfDefault:"movieContainer",swfError:"swf_error",swfTimedout:"swf_timedout",swfUnblocked:"swf_unblocked",sm2Debug:"sm2_debug",highPerf:"high_performance",flashDebug:"flash_debug"};this.oMC=null;this.sounds={};this.soundIDs=[];this.muted=false;this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.didFlashBlock=this.specialWmodeCase=false;this.filePattern=
+null;this.filePatterns={flash8:/\.mp3(\?.*)?$/i,flash9:/\.mp3(\?.*)?$/i};this.baseMimeTypes=/^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i;this.netStreamMimeTypes=/^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i;this.netStreamTypes=["aac","flv","mov","mp4","m4v","f4v","m4a","mp4v","3gp","3g2"];this.netStreamPattern=RegExp("\\.("+this.netStreamTypes.join("|")+")(\\?.*)?$","i");this.mimePattern=this.baseMimeTypes;this.features={buffering:false,peakData:false,waveformData:false,eqData:false,movieStar:false};
+this.sandbox={type:null,types:{remote:"remote (domain-based) rules",localWithFile:"local with file access (no internet access)",localWithNetwork:"local with network (internet access only, no local access)",localTrusted:"local, trusted (local+internet access)"},description:null,noRemote:null,noLocal:null};this.hasHTML5=null;this.html5={usingFlash:null};this.ignoreFlash=false;var ga,b=this,u,v=navigator.userAgent,G=W.location.href.toString(),p=this.flashVersion,l=document,o=W,ya,Y,H=[],ha=true,x,I=
+false,P=false,s=false,z=false,ia=false,n,Oa=0,Q,w,za,J,K,ja,Z,Aa,ka,F,Ba,$,R,L,la,X,aa,ma,na,Ca,Pa=["log","info","warn","error"],Da,S,Ea,T=null,oa=null,q,pa,M,xa,ba,ca,qa,r,da=false,ra=false,Fa,Ga,N=null,Ha,ea,C=false,U,D,sa,Ia,E,A,ta=Array.prototype.slice,Ja=v.match(/pre\//i),Qa=v.match(/(ipad|iphone)/i);v.match(/mobile/i);var B=v.match(/MSIE/i),V=v.match(/safari/i)&&!v.match(/chrome/i),fa=typeof console!=="undefined"&&typeof console.log!=="undefined",ua=typeof l.hasFocus!=="undefined"?l.hasFocus():
+null,O=typeof l.hasFocus==="undefined"&&V,Ka=!O;this._use_maybe=G.match(/sm2\-useHTML5Maybe\=1/i);this._overHTTP=l.location?l.location.protocol.match(/http/i):null;this.useAltURL=!this._overHTTP;if(Qa||Ja){b.useHTML5Audio=true;b.ignoreFlash=true}if(Ja||this._use_maybe)b.html5Test=/^(probably|maybe)$/i;(function(){var c=G,a=null;if(c.indexOf("#sm2-usehtml5audio=")!==-1){a=c.substr(c.indexOf("#sm2-usehtml5audio=")+19)==="1";if(typeof console!=="undefined"&&typeof console.log!=="undefined")console.log((a?
+"Enabling ":"Disabling ")+"useHTML5Audio via URL parameter");b.useHTML5Audio=a}})();this.supported=function(){return N?s&&!z:b.useHTML5Audio&&b.hasHTML5};this.getMovie=function(c){return B?o[c]:V?u(c)||l[c]:u(c)};this.loadFromXML=function(c){try{b.o._loadFromXML(c)}catch(a){S()}return true};this.createSound=function(c){function a(){f=ba(f);b.sounds[e.id]=new ga(e);b.soundIDs.push(e.id);return b.sounds[e.id]}var f=null,g=null,e=null;if(!s||!b.supported()){qa("soundManager.createSound(): "+q(!s?"notReady":
+"notOK"));return false}if(arguments.length===2)c={id:arguments[0],url:arguments[1]};e=f=w(c);e.id.toString().charAt(0).match(/^[0-9]$/)&&b._wD("soundManager.createSound(): "+q("badID",e.id),2);b._wD("soundManager.createSound(): "+e.id+" ("+e.url+")",1);if(r(e.id,true)){b._wD("soundManager.createSound(): "+e.id+" exists",1);return b.sounds[e.id]}if(ea(e)){g=a();b._wD("Loading sound "+e.id+" from HTML5");g._setup_html5(e)}else{if(p>8&&b.useMovieStar){if(e.isMovieStar===null)e.isMovieStar=e.serverURL||
+(e.type?e.type.match(b.netStreamPattern):false)||e.url.match(b.netStreamPattern)?true:false;e.isMovieStar&&b._wD("soundManager.createSound(): using MovieStar handling");if(e.isMovieStar){if(e.usePeakData){n("noPeak");e.usePeakData=false}e.loops>1&&n("noNSLoop")}}e=ca(e,"soundManager.createSound(): ");g=a();if(p===8)b.o._createSound(e.id,e.onjustbeforefinishtime,e.loops||1,e.usePolicyFile);else{b.o._createSound(e.id,e.url,e.onjustbeforefinishtime,e.usePeakData,e.useWaveformData,e.useEQData,e.isMovieStar,
+e.isMovieStar?e.bufferTime:false,e.loops||1,e.serverURL,e.duration||null,e.autoPlay,true,e.bufferTimes,e.onstats?true:false,e.autoLoad,e.usePolicyFile);if(!e.serverURL){g.connected=true;e.onconnect&&e.onconnect.apply(g)}}}if(e.autoLoad||e.autoPlay)if(g)if(b.isHTML5){g.autobuffer="auto";g.preload="auto"}else g.load(e);e.autoPlay&&g.play();return g};this.destroySound=function(c,a){if(!r(c))return false;var f=b.sounds[c],g;f._iO={};f.stop();f.unload();for(g=0;g<b.soundIDs.length;g++)if(b.soundIDs[g]===
+c){b.soundIDs.splice(g,1);break}a||f.destruct(true);delete b.sounds[c];return true};this.load=function(c,a){if(!r(c))return false;return b.sounds[c].load(a)};this.unload=function(c){if(!r(c))return false;return b.sounds[c].unload()};this.start=this.play=function(c,a){if(!s||!b.supported()){qa("soundManager.play(): "+q(!s?"notReady":"notOK"));return false}if(!r(c)){a instanceof Object||(a={url:a});if(a&&a.url){b._wD('soundManager.play(): attempting to create "'+c+'"',1);a.id=c;return b.createSound(a).play()}else return false}return b.sounds[c].play(a)};
+this.setPosition=function(c,a){if(!r(c))return false;return b.sounds[c].setPosition(a)};this.stop=function(c){if(!r(c))return false;b._wD("soundManager.stop("+c+")",1);return b.sounds[c].stop()};this.stopAll=function(){b._wD("soundManager.stopAll()",1);for(var c in b.sounds)b.sounds[c]instanceof ga&&b.sounds[c].stop()};this.pause=function(c){if(!r(c))return false;return b.sounds[c].pause()};this.pauseAll=function(){for(var c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].pause()};this.resume=function(c){if(!r(c))return false;
+return b.sounds[c].resume()};this.resumeAll=function(){for(var c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].resume()};this.togglePause=function(c){if(!r(c))return false;return b.sounds[c].togglePause()};this.setPan=function(c,a){if(!r(c))return false;return b.sounds[c].setPan(a)};this.setVolume=function(c,a){if(!r(c))return false;return b.sounds[c].setVolume(a)};this.mute=function(c){var a=0;if(typeof c!=="string")c=null;if(c){if(!r(c))return false;b._wD('soundManager.mute(): Muting "'+c+'"');
+return b.sounds[c].mute()}else{b._wD("soundManager.mute(): Muting all sounds");for(a=b.soundIDs.length;a--;)b.sounds[b.soundIDs[a]].mute();b.muted=true}return true};this.muteAll=function(){b.mute()};this.unmute=function(c){if(typeof c!=="string")c=null;if(c){if(!r(c))return false;b._wD('soundManager.unmute(): Unmuting "'+c+'"');return b.sounds[c].unmute()}else{b._wD("soundManager.unmute(): Unmuting all sounds");for(c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].unmute();b.muted=false}return true};
+this.unmuteAll=function(){b.unmute()};this.toggleMute=function(c){if(!r(c))return false;return b.sounds[c].toggleMute()};this.getMemoryUse=function(){if(p===8)return 0;if(b.o)return parseInt(b.o._getMemoryUse(),10)};this.disable=function(c){if(typeof c==="undefined")c=false;if(z)return false;z=true;n("shutdown",1);for(var a=b.soundIDs.length;a--;)Da(b.sounds[b.soundIDs[a]]);Q(c);A(o,"load",K);return true};this.canPlayMIME=function(c){var a;if(b.hasHTML5)a=U({type:c});return!N||a?a:c?c.match(b.mimePattern)?
+true:false:null};this.canPlayURL=function(c){var a;if(b.hasHTML5)a=U(c);return!N||a?a:c?c.match(b.filePattern)?true:false:null};this.canPlayLink=function(c){if(typeof c.type!=="undefined"&&c.type)if(b.canPlayMIME(c.type))return true;return b.canPlayURL(c.href)};this.getSoundById=function(c,a){if(!c)throw Error("SoundManager.getSoundById(): sID is null/undefined");var f=b.sounds[c];!f&&!a&&b._wD('"'+c+'" is an invalid sound ID.',2);return f};this.onready=function(c,a){if(c&&c instanceof Function){s&&
+n("queue");a||(a=o);za(c,a);J();return true}else throw q("needFunction");};this.getMoviePercent=function(){return b.o&&typeof b.o.PercentLoaded!=="undefined"?b.o.PercentLoaded():null};this._wD=this._writeDebug=function(c,a,f){b.ondebuglog&&b.ondebuglog(c,a,f);var g,e;if(!b.debugMode)return false;if(typeof f!=="undefined"&&f)c=c+" | "+(new Date).getTime();if(fa&&b.useConsole){f=Pa[a];typeof console[f]!=="undefined"?console[f](c):console.log(c);if(b.useConsoleOnly)return true}try{g=u("soundmanager-debug");
+if(!g)return false;e=l.createElement("div");if(++Oa%2===0)e.className="sm2-alt";a=typeof a==="undefined"?0:parseInt(a,10);e.appendChild(l.createTextNode(c));if(a){if(a>=2)e.style.fontWeight="bold";if(a===3)e.style.color="#ff3333"}g.insertBefore(e,g.firstChild)}catch(k){}return true};this._debug=function(){n("currentObj",1);for(var c=0,a=b.soundIDs.length;c<a;c++)b.sounds[b.soundIDs[c]]._debug()};this.reboot=function(){b._wD("soundManager.reboot()");b.soundIDs.length&&b._wD("Destroying "+b.soundIDs.length+
+" SMSound objects...");for(var c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].destruct();try{if(B)oa=b.o.innerHTML;T=b.o.parentNode.removeChild(b.o);b._wD("Flash movie removed.")}catch(a){n("badRemove",2)}oa=T=null;b.enabled=s=da=ra=I=P=z=b.swfLoaded=false;b.soundIDs=b.sounds=[];b.o=null;for(c=H.length;c--;)H[c].fired=false;b._wD("soundManager: Rebooting...");o.setTimeout(function(){b.beginDelayedInit()},20)};this.destruct=function(){b._wD("soundManager.destruct()");b.disable(true)};this.beginDelayedInit=
+function(){ia=true;L();setTimeout(Ba,20);Z()};ga=function(c){var a=this,f,g,e,k,m,i;this.sID=c.id;this.url=c.url;this._iO=this.instanceOptions=this.options=w(c);this.pan=this.options.pan;this.volume=this.options.volume;this._lastURL=null;this.isHTML5=false;this.id3={};this._debug=function(){if(b.debugMode){var d=null,h=[],j,t;for(d in a.options)if(a.options[d]!==null)if(a.options[d]instanceof Function){j=a.options[d].toString();j=j.replace(/\s\s+/g," ");t=j.indexOf("{");h.push(" "+d+": {"+j.substr(t+
+1,Math.min(Math.max(j.indexOf("\n")-1,64),64)).replace(/\n/g,"")+"... }")}else h.push(" "+d+": "+a.options[d]);b._wD("SMSound() merged options: {\n"+h.join(", \n")+"\n}")}};this._debug();this.load=function(d){var h=null;if(typeof d!=="undefined"){a._iO=w(d);a.instanceOptions=a._iO}else{d=a.options;a._iO=d;a.instanceOptions=a._iO;if(a._lastURL&&a._lastURL!==a.url){n("manURL");a._iO.url=a.url;a.url=null}}b._wD("soundManager.load(): "+a._iO.url,1);if(a._iO.url===a.url&&a.readyState!==0&&a.readyState!==
+2){n("onURL",1);return a}a._lastURL=a.url;a.loaded=false;a.readyState=1;a.playState=0;if(ea(a._iO)){b._wD("HTML 5 load: "+a._iO.url);h=a._setup_html5(a._iO);h.load();a._iO.autoPlay&&a.play()}else try{a.isHTML5=false;a._iO=ca(ba(a._iO));p===8?b.o._load(a.sID,a._iO.url,a._iO.stream,a._iO.autoPlay,a._iO.whileloading?1:0,a._iO.loops||1,a._iO.usePolicyFile):b.o._load(a.sID,a._iO.url,a._iO.stream?true:false,a._iO.autoPlay?true:false,a._iO.loops||1,a._iO.autoLoad?true:false,a._iO.usePolicyFile)}catch(j){n("smError",
+2);x("onload",false);ma()}return a};this.unload=function(){if(a.readyState!==0){b._wD('SMSound.unload(): "'+a.sID+'"');if(a.isHTML5){e();if(i){i.pause();i.src=b.nullURL;i.load();i=a._audio=null}}else p===8?b.o._unload(a.sID,b.nullURL):b.o._unload(a.sID);f()}return a};this.destruct=function(d){b._wD('SMSound.destruct(): "'+a.sID+'"');if(a.isHTML5){e();if(i){i.pause();i.src="about:blank";i.load();i=a._audio=null}}else{a._iO.onfailure=null;b.o._destroySound(a.sID)}d||b.destroySound(a.sID,true)};this.start=
+this.play=function(d,h){var j;h=typeof h==="undefined"?true:h;d||(d={});a._iO=w(d,a._iO);a._iO=w(a._iO,a.options);a.instanceOptions=a._iO;if(a._iO.serverURL)if(!a.connected){if(!a.getAutoPlay()){b._wD("SMSound.play(): Netstream not connected yet - setting autoPlay");a.setAutoPlay(true)}return a}if(ea(a._iO)){a._setup_html5(a._iO);k()}if(a.playState===1&&!a.paused)if(j=a._iO.multiShot){b._wD('SMSound.play(): "'+a.sID+'" already playing (multi-shot)',1);a.isHTML5&&a.setPosition(a._iO.position)}else{b._wD('SMSound.play(): "'+
+a.sID+'" already playing (one-shot)',1);return a}if(a.loaded)b._wD('SMSound.play(): "'+a.sID+'"');else if(a.readyState===0){b._wD('SMSound.play(): Attempting to load "'+a.sID+'"',1);if(a.isHTML5){a.load(a._iO);a.readyState=1}else if(!a._iO.serverURL){a._iO.autoPlay=true;a.load(a._iO)}}else if(a.readyState===2){b._wD('SMSound.play(): Could not load "'+a.sID+'" - exiting',2);return a}else b._wD('SMSound.play(): "'+a.sID+'" is loading - attempting to play..',1);if(a.paused&&a.position&&a.position>0){b._wD('SMSound.play(): "'+
+a.sID+'" is resuming from paused state',1);a.resume()}else{b._wD('SMSound.play(): "'+a.sID+'" is starting to play');a.playState=1;a.paused=false;if(!a.instanceCount||a._iO.multiShotEvents||p>8&&!a.isHTML5&&!a.getAutoPlay())a.instanceCount++;a.position=typeof a._iO.position!=="undefined"&&!isNaN(a._iO.position)?a._iO.position:0;a._iO=ca(ba(a._iO));a._iO.onplay&&h&&a._iO.onplay.apply(a);a.setVolume(a._iO.volume,true);a.setPan(a._iO.pan,true);if(a.isHTML5){k();a._setup_html5().play()}else b.o._start(a.sID,
+a._iO.loops||1,p===9?a.position:a.position/1E3)}return a};this.stop=function(d){if(a.playState===1){a._onbufferchange(0);a.resetOnPosition(0);if(!a.isHTML5)a.playState=0;a.paused=false;a._iO.onstop&&a._iO.onstop.apply(a);if(a.isHTML5){if(i){a.setPosition(0);i.pause();a.playState=0;a._onTimer();e();a.unload()}}else{b.o._stop(a.sID,d);a._iO.serverURL&&a.unload()}a.instanceCount=0;a._iO={}}return a};this.setAutoPlay=function(d){b._wD("sound "+a.sID+" turned autoplay "+(d?"on":"off"));a._iO.autoPlay=
+d;b.o._setAutoPlay(a.sID,d);if(d)if(!a.instanceCount&&a.readyState===1){a.instanceCount++;b._wD("sound "+a.sID+" incremented instance count to "+a.instanceCount)}};this.getAutoPlay=function(){return a._iO.autoPlay};this.setPosition=function(d){if(d===undefined)d=0;a.position=a.isHTML5?Math.max(d,0):Math.min(a.duration||a._iO.duration,Math.max(d,0));a.resetOnPosition(a.position);if(a.isHTML5){if(i){b._wD("setPosition(): setting position to "+a.position/1E3);if(a.playState)try{i.currentTime=a.position/
+1E3}catch(h){b._wD("setPosition("+a.position+"): WARN: Caught exception: "+h.message,2)}else b._wD("HTML 5 warning: cannot set position while playState == 0 (not playing)",2);if(a.paused){a._onTimer(true);a._iO.useMovieStar&&a.resume()}}}else{d=p===9?a.position:a.position/1E3;a.playState===0?a.play({position:d}):b.o._setPosition(a.sID,d,a.paused||!a.playState)}return a};this.pause=function(d){if(a.paused||a.playState===0&&a.readyState!==1)return a;b._wD("SMSound.pause()");a.paused=true;if(a.isHTML5){a._setup_html5().pause();
+e()}else if(d||d===undefined)b.o._pause(a.sID);a._iO.onpause&&a._iO.onpause.apply(a);return a};this.resume=function(){if(!a.paused)return a;b._wD("SMSound.resume()");a.paused=false;a.playState=1;if(a.isHTML5){a._setup_html5().play();k()}else b.o._pause(a.sID);a._iO.onresume&&a._iO.onresume.apply(a);return a};this.togglePause=function(){b._wD("SMSound.togglePause()");if(a.playState===0){a.play({position:p===9&&!a.isHTML5?a.position:a.position/1E3});return a}a.paused?a.resume():a.pause();return a};
+this.setPan=function(d,h){if(typeof d==="undefined")d=0;if(typeof h==="undefined")h=false;a.isHTML5||b.o._setPan(a.sID,d);a._iO.pan=d;if(!h)a.pan=d;return a};this.setVolume=function(d,h){if(typeof d==="undefined")d=100;if(typeof h==="undefined")h=false;if(a.isHTML5){if(i)i.volume=d/100}else b.o._setVolume(a.sID,b.muted&&!a.muted||a.muted?0:d);a._iO.volume=d;if(!h)a.volume=d;return a};this.mute=function(){a.muted=true;if(a.isHTML5){if(i)i.muted=true}else b.o._setVolume(a.sID,0);return a};this.unmute=
+function(){a.muted=false;var d=typeof a._iO.volume!=="undefined";if(a.isHTML5){if(i)i.muted=false}else b.o._setVolume(a.sID,d?a._iO.volume:a.options.volume);return a};this.toggleMute=function(){return a.muted?a.unmute():a.mute()};this.onposition=function(d,h,j){a._onPositionItems.push({position:d,method:h,scope:typeof j!=="undefined"?j:a,fired:false});return a};this.processOnPosition=function(){var d,h;d=a._onPositionItems.length;if(!d||!a.playState||a._onPositionFired>=d)return false;for(d=d;d--;){h=
+a._onPositionItems[d];if(!h.fired&&a.position>=h.position){h.method.apply(h.scope,[h.position]);h.fired=true;b._onPositionFired++}}return true};this.resetOnPosition=function(d){var h,j;h=a._onPositionItems.length;if(!h)return false;for(h=h;h--;){j=a._onPositionItems[h];if(j.fired&&d<=j.position){j.fired=false;b._onPositionFired--}}return true};this._onTimer=function(d){var h={};if(a._hasTimer||d)if(i&&(d||(a.playState>0||a.readyState===1)&&!a.paused)){a.duration=m();a.durationEstimate=a.duration;
+d=i.currentTime?i.currentTime*1E3:0;a._whileplaying(d,h,h,h,h);return true}else{b._wD('_onTimer: Warn for "'+a.sID+'": '+(!i?"Could not find element. ":"")+(a.playState===0?"playState bad, 0?":"playState = "+a.playState+", OK"));return false}};m=function(){var d=i?i.duration*1E3:undefined;return d&&!isNaN(d)?d:null};k=function(){a.isHTML5&&Fa(a)};e=function(){a.isHTML5&&Ga(a)};f=function(){a._onPositionItems=[];a._onPositionFired=0;a._hasTimer=null;a._added_events=null;i=a._audio=null;a.bytesLoaded=
+null;a.bytesTotal=null;a.position=null;a.duration=a._iO&&a._iO.duration?a._iO.duration:null;a.durationEstimate=null;a.failures=0;a.loaded=false;a.playState=0;a.paused=false;a.readyState=0;a.muted=false;a.didBeforeFinish=false;a.didJustBeforeFinish=false;a.isBuffering=false;a.instanceOptions={};a.instanceCount=0;a.peakData={left:0,right:0};a.waveformData={left:[],right:[]};a.eqData=[];a.eqData.left=[];a.eqData.right=[]};f();this._setup_html5=function(d){d=w(a._iO,d);if(i){if(a.url!==d.url){b._wD("setting new URL on existing object: "+
+d.url);i.src=d.url}}else{b._wD("creating HTML 5 audio element with URL: "+d.url);a._audio=new Audio(d.url);i=a._audio;a.isHTML5=true;g()}i.loop=d.loops>1?"loop":"";return a._audio};g=function(){function d(h,j,t){return i?i.addEventListener(h,j,t||false):null}if(a._added_events)return false;a._added_events=true;d("load",function(){b._wD("HTML5::load: "+a.sID);if(i){a._onbufferchange(0);a._whileloading(a.bytesTotal,a.bytesTotal,m());a._onload(true)}},false);d("canplay",function(){b._wD("HTML5::canplay: "+
+a.sID);a._onbufferchange(0)},false);d("waiting",function(){b._wD("HTML5::waiting: "+a.sID);a._onbufferchange(1)},false);d("progress",function(h){b._wD("HTML5::progress: "+a.sID+": loaded/total: "+(h.loaded||0)+"/"+(h.total||1));if(!a.loaded&&i){a._onbufferchange(0);a._whileloading(h.loaded||0,h.total||1,m())}},false);d("error",function(){if(i){b._wD("HTML5::error: "+i.error.code);a._onload(false)}},false);d("loadstart",function(){b._wD("HTML5::loadstart: "+a.sID);a._onbufferchange(1)},false);d("play",
+function(){b._wD("HTML5::play: "+a.sID);a._onbufferchange(0)},false);d("playing",function(){b._wD("HTML5::playing: "+a.sID);a._onbufferchange(0)},false);d("timeupdate",function(){a._onTimer()},false);setTimeout(function(){a&&i&&d("ended",function(){b._wD("HTML5::ended: "+a.sID);a._onfinish()},false)},250);return true};this._whileloading=function(d,h,j,t){a.bytesLoaded=d;a.bytesTotal=h;a.duration=Math.floor(j);a.bufferLength=t;if(a._iO.isMovieStar)a.durationEstimate=a.duration;else{a.durationEstimate=
+a._iO.duration?a.duration>a._iO.duration?a.duration:a._iO.duration:parseInt(a.bytesTotal/a.bytesLoaded*a.duration,10);if(a.durationEstimate===undefined)a.durationEstimate=a.duration;a.bufferLength=t}a.readyState!==3&&a._iO.whileloading&&a._iO.whileloading.apply(a)};this._onid3=function(d,h){b._wD('SMSound._onid3(): "'+this.sID+'" ID3 data received.');var j=[],t,y;t=0;for(y=d.length;t<y;t++)j[d[t]]=h[t];a.id3=w(a.id3,j);a._iO.onid3&&a._iO.onid3.apply(a)};this._whileplaying=function(d,h,j,t,y){if(isNaN(d)||
+d===null)return false;if(a.playState===0&&d>0)d=0;a.position=d;a.processOnPosition();if(p>8&&!a.isHTML5){if(a._iO.usePeakData&&typeof h!=="undefined"&&h)a.peakData={left:h.leftPeak,right:h.rightPeak};if(a._iO.useWaveformData&&typeof j!=="undefined"&&j)a.waveformData={left:j.split(","),right:t.split(",")};if(a._iO.useEQData)if(typeof y!=="undefined"&&y&&y.leftEQ){d=y.leftEQ.split(",");a.eqData=d;a.eqData.left=d;if(typeof y.rightEQ!=="undefined"&&y.rightEQ)a.eqData.right=y.rightEQ.split(",")}}if(a.playState===
+1){!a.isHTML5&&b.flashVersion===8&&!a.position&&a.isBuffering&&a._onbufferchange(0);a._iO.whileplaying&&a._iO.whileplaying.apply(a);if((a.loaded||!a.loaded&&a._iO.isMovieStar)&&a._iO.onbeforefinish&&a._iO.onbeforefinishtime&&!a.didBeforeFinish&&a.duration-a.position<=a._iO.onbeforefinishtime)a._onbeforefinish()}return true};this._onconnect=function(d){d=d===1;b._wD('SMSound._onconnect(): "'+a.sID+'"'+(d?" connected.":" failed to connect? - "+a.url),d?1:2);if(a.connected=d){a.failures=0;a._iO.onconnect&&
+a._iO.onconnect.apply(a,[d]);if(r(a.sID)&&(a.options.autoLoad||a.getAutoPlay()))a.play(undefined,a.getAutoPlay())}};this._onload=function(d){d=d?true:false;b._wD('SMSound._onload(): "'+a.sID+'"'+(d?" loaded.":" failed to load? - "+a.url),d?1:2);if(!d&&!a.isHTML5){b.sandbox.noRemote===true&&b._wD("SMSound._onload(): "+q("noNet"),1);b.sandbox.noLocal===true&&b._wD("SMSound._onload(): "+q("noLocal"),1)}a.loaded=d;a.readyState=d?3:2;a._onbufferchange(0);a._iO.onload&&a._iO.onload.apply(a,[d]);return true};
+this._onfailure=function(d,h,j){a.failures++;b._wD('SMSound._onfailure(): "'+a.sID+'" count '+a.failures);a._iO.onfailure&&a.failures===1?a._iO.onfailure(a,d,h,j):b._wD("SMSound._onfailure(): ignoring")};this._onbeforefinish=function(){if(!a.didBeforeFinish){a.didBeforeFinish=true;if(a._iO.onbeforefinish){b._wD('SMSound._onbeforefinish(): "'+a.sID+'"');a._iO.onbeforefinish.apply(a)}}};this._onjustbeforefinish=function(){if(!a.didJustBeforeFinish){a.didJustBeforeFinish=true;if(a._iO.onjustbeforefinish){b._wD('SMSound._onjustbeforefinish(): "'+
+a.sID+'"');a._iO.onjustbeforefinish.apply(a)}}};this._onstats=function(d){a._iO.onstats&&a._iO.onstats(a,d)};this._onfinish=function(){a._onbufferchange(0);a.resetOnPosition(0);a._iO.onbeforefinishcomplete&&a._iO.onbeforefinishcomplete.apply(a);a.didBeforeFinish=false;a.didJustBeforeFinish=false;if(a.instanceCount){a.instanceCount--;if(!a.instanceCount){a.playState=0;a.paused=false;a.instanceCount=0;a.instanceOptions={};e()}if(!a.instanceCount||a._iO.multiShotEvents)if(a._iO.onfinish){b._wD('SMSound._onfinish(): "'+
+a.sID+'"');a._iO.onfinish.apply(a)}}};this._onbufferchange=function(d){if(a.playState===0)return false;if(d&&a.isBuffering||!d&&!a.isBuffering)return false;a.isBuffering=d===1;if(a._iO.onbufferchange){b._wD("SMSound._onbufferchange(): "+d);a._iO.onbufferchange.apply(a)}return true};this._ondataerror=function(d){if(a.playState>0){b._wD("SMSound._ondataerror(): "+d);a._iO.ondataerror&&a._iO.ondataerror.apply(a)}}};X=function(){return l.body?l.body:l._docElement?l.documentElement:l.getElementsByTagName("div")[0]};
+u=function(c){return l.getElementById(c)};w=function(c,a){var f={},g,e;for(g in c)if(c.hasOwnProperty(g))f[g]=c[g];g=typeof a==="undefined"?b.defaultOptions:a;for(e in g)if(g.hasOwnProperty(e)&&typeof f[e]==="undefined")f[e]=g[e];return f};(function(){function c(e){e=ta.call(e);var k=e.length;if(f){e[1]="on"+e[1];k>3&&e.pop()}else k===3&&e.push(false);return e}function a(e,k){var m=e.shift()[g[k]];f?m(e[0],e[1]):m.apply(this,e)}var f=o.attachEvent,g={add:f?"attachEvent":"addEventListener",remove:f?
+"detachEvent":"removeEventListener"};E=function(){a(c(arguments),"add")};A=function(){a(c(arguments),"remove")}})();ea=function(c){return(c.type?U({type:c.type}):false)||U(c.url)};U=function(c){if(!b.useHTML5Audio||!b.hasHTML5)return false;var a,f=b.audioFormats;if(!D){D=[];for(a in f)if(f.hasOwnProperty(a)){D.push(a);if(f[a].related)D=D.concat(f[a].related)}D=RegExp("\\.("+D.join("|")+")","i")}a=typeof c.type!=="undefined"?c.type:null;c=typeof c==="string"?c.toLowerCase().match(D):null;if(!c||!c.length){if(!a)return false}else c=
+c[0].substr(1);if(c&&typeof b.html5[c]!=="undefined")return b.html5[c];else{if(!a)if(c&&b.html5[c])return b.html5[c];else a="audio/"+c;a=b.html5.canPlayType(a);return b.html5[c]=a}};Ia=function(){function c(m){var i,d,h=false;if(!a||typeof a.canPlayType!=="function")return false;if(m instanceof Array){i=0;for(d=m.length;i<d&&!h;i++)if(b.html5[m[i]]||a.canPlayType(m[i]).match(b.html5Test)){h=true;b.html5[m[i]]=true}return h}else return(m=a&&typeof a.canPlayType==="function"?a.canPlayType(m):false)&&
+(m.match(b.html5Test)?true:false)}if(!b.useHTML5Audio||typeof Audio==="undefined")return false;var a=typeof Audio!=="undefined"?new Audio:null,f,g={},e,k;e=b.audioFormats;for(f in e)if(e.hasOwnProperty(f)){g[f]=c(e[f].type);if(e[f]&&e[f].related)for(k=0;k<e[f].related.length;k++)b.html5[e[f].related[k]]=g[f]}g.canPlayType=a?c:null;b.html5=w(b.html5,g);return true};$={notReady:"Not loaded yet - wait for soundManager.onload()/onready()",notOK:"Audio support is not available.",appXHTML:"soundManager::createMovie(): appendChild/innerHTML set failed. May be app/xhtml+xml DOM-related.",
+spcWmode:"soundManager::createMovie(): Removing wmode, preventing win32 below-the-fold SWF loading issue",swf404:"soundManager: Verify that %s is a valid path.",tryDebug:"Try soundManager.debugFlash = true for more security details (output goes to SWF.)",checkSWF:"See SWF output for more debug info.",localFail:"soundManager: Non-HTTP page ("+l.location.protocol+" URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/",
+waitFocus:"soundManager: Special case: Waiting for focus-related event..",waitImpatient:"soundManager: Getting impatient, still waiting for Flash%s...",waitForever:"soundManager: Waiting indefinitely for Flash (will recover if unblocked)...",needFunction:"soundManager.onready(): Function object expected",badID:'Warning: Sound ID "%s" should be a string, starting with a non-numeric character',noMS:"MovieStar mode not enabled. Exiting.",currentObj:"--- soundManager._debug(): Current sound objects ---",
+waitEI:"soundManager::initMovie(): Waiting for ExternalInterface call from Flash..",waitOnload:"soundManager: Waiting for window.onload()",docLoaded:"soundManager: Document already loaded",onload:"soundManager::initComplete(): calling soundManager.onload()",onloadOK:"soundManager.onload() complete",init:"-- soundManager::init() --",didInit:"soundManager::init(): Already called?",flashJS:"soundManager: Attempting to call Flash from JS..",noPolling:"soundManager: Polling (whileloading()/whileplaying() support) is disabled.",
+secNote:"Flash security note: Network/internet URLs will not load due to security restrictions. Access can be configured via Flash Player Global Security Settings Page: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html",badRemove:"Warning: Failed to remove flash movie.",noPeak:"Warning: peakData features unsupported for movieStar formats",shutdown:"soundManager.disable(): Shutting down",queue:"soundManager.onready(): Queueing handler",smFail:"soundManager: Failed to initialise.",
+smError:"SMSound.load(): Exception: JS-Flash communication failed, or JS error.",fbTimeout:"No flash response, applying ."+b.swfCSS.swfTimedout+" CSS..",fbLoaded:"Flash loaded",fbHandler:"soundManager::flashBlockHandler()",manURL:"SMSound.load(): Using manually-assigned URL",onURL:"soundManager.load(): current URL already assigned.",badFV:'soundManager.flashVersion must be 8 or 9. "%s" is invalid. Reverting to %s.',as2loop:"Note: Setting stream:false so looping can work (flash 8 limitation)",noNSLoop:"Note: Looping not implemented for MovieStar formats",
+needfl9:"Note: Switching to flash 9, required for MP4 formats.",mfTimeout:"Setting flashLoadTimeout = 0 (infinite) for off-screen, mobile flash case",mfOn:"mobileFlash::enabling on-screen flash repositioning",policy:"Enabling usePolicyFile for data access"};u=function(c){return l.getElementById(c)};q=function(){var c=ta.call(arguments),a=c.shift();a=$&&$[a]?$[a]:"";var f,g;if(a&&c&&c.length){f=0;for(g=c.length;f<g;f++)a=a.replace("%s",c[f])}return a};ba=function(c){if(p===8&&c.loops>1&&c.stream){n("as2loop");
+c.stream=false}return c};ca=function(c,a){if(c&&!c.usePolicyFile&&(c.onid3||c.usePeakData||c.useWaveformData||c.useEQData)){b._wD((a?a+":":"")+q("policy"));c.usePolicyFile=true}return c};qa=function(c){typeof console!=="undefined"&&typeof console.warn!=="undefined"?console.warn(c):b._wD(c)};ya=function(){return false};Da=function(c){for(var a in c)if(c.hasOwnProperty(a)&&typeof c[a]==="function")c[a]=ya};S=function(c){if(typeof c==="undefined")c=false;if(z||c){n("smFail",2);b.disable(c)}};Ea=function(c){var a=
+null;if(c)if(c.match(/\.swf(\?\.*)?$/i)){if(a=c.substr(c.toLowerCase().lastIndexOf(".swf?")+4))return c}else if(c.lastIndexOf("/")!==c.length-1)c+="/";return(c&&c.lastIndexOf("/")!==-1?c.substr(0,c.lastIndexOf("/")+1):"./")+b.movieURL};ka=function(){if(p!==8&&p!==9){b._wD(q("badFV",p,8));b.flashVersion=8}var c=b.debugMode||b.debugFlash?"_debug.swf":".swf";if(b.flashVersion<9&&b.useHTML5Audio&&b.audioFormats.mp4.required){b._wD(q("needfl9"));b.flashVersion=9}p=b.flashVersion;b.version=b.versionNumber+
+(C?" (HTML5-only mode)":p===9?" (AS3/Flash 9)":" (AS2/Flash 8)");if(p>8){b.defaultOptions=w(b.defaultOptions,b.flash9Options);b.features.buffering=true}if(p>8&&b.useMovieStar){b.defaultOptions=w(b.defaultOptions,b.movieStarOptions);b.filePatterns.flash9=RegExp("\\.(mp3|"+b.netStreamTypes.join("|")+")(\\?.*)?$","i");b.mimePattern=b.netStreamMimeTypes;b.features.movieStar=true}else b.features.movieStar=false;b.filePattern=b.filePatterns[p!==8?"flash9":"flash8"];b.movieURL=(p===8?"soundmanager2.swf":
+"soundmanager2_flash9.swf").replace(".swf",c);b.features.peakData=b.features.waveformData=b.features.eqData=p>8};Ca=function(c,a){if(!b.o||!b.allowPolling)return false;b.o._setPolling(c,a)};(function(){function c(e){e=ta.call(e);var k=e.length;if(f){e[1]="on"+e[1];k>3&&e.pop()}else k===3&&e.push(false);return e}function a(e,k){var m=e.shift()[g[k]];f?m(e[0],e[1]):m.apply(this,e)}var f=o.attachEvent,g={add:f?"attachEvent":"addEventListener",remove:f?"detachEvent":"removeEventListener"};E=function(){a(c(arguments),
+"add")};A=function(){a(c(arguments),"remove")}})();na=function(){function c(){f.left=o.scrollX+"px";f.top=o.scrollY+"px"}function a(g){b._wD("mobileFlash::flash on-screen hack: "+(g?"ON":"OFF"));g=o[(g?"add":"remove")+"EventListener"];g("resize",c,false);g("scroll",c,false)}var f=null;return{check:function(g){f=b.oMC.style;if(v.match(/android/i)){if(g){if(b.flashLoadTimeout){b._wDS("mfTimeout");b.flashLoadTimeout=0}return false}b._wD("mfOn");f.position="absolute";f.left=f.top="0px";a(true);b.onready(function(){a(false);
+if(f)f.left=f.top="-9999px"});c()}return true}}}();aa=function(c,a){function f(){b._wD("-- SoundManager 2 "+b.version+(!C&&b.useHTML5Audio?b.hasHTML5?" + HTML5 audio":", no HTML5 audio support":"")+(b.useMovieStar?", MovieStar mode":"")+(b.useHighPerformance?", high performance mode, ":", ")+((b.useFastPolling?"fast":"normal")+" polling")+(b.wmode?", wmode: "+b.wmode:"")+(b.debugFlash?", flash debug mode":"")+(b.useFlashBlock?", flashBlock mode":"")+" --",1)}var g=a?a:b.url,e=b.altURL?b.altURL:g,
+k;k=X();var m,i,d=M(),h,j=null;j=(j=l.getElementsByTagName("html")[0])&&j.dir&&j.dir.match(/rtl/i);c=typeof c==="undefined"?b.id:c;if(I&&P)return false;if(C){ka();f();b.oMC=u(b.movieID);Y();P=I=true;return false}I=true;ka();b.url=Ea(this._overHTTP?g:e);a=b.url;b.wmode=!b.wmode&&b.useHighPerformance&&!b.useMovieStar?"transparent":b.wmode;if(b.wmode!==null&&!B&&!b.useHighPerformance&&navigator.platform.match(/win32/i)){b.specialWmodeCase=true;n("spcWmode");b.wmode=null}k={name:c,id:c,src:a,width:"100%",
+height:"100%",quality:"high",allowScriptAccess:b.allowScriptAccess,bgcolor:b.bgColor,pluginspage:"http://www.macromedia.com/go/getflashplayer",type:"application/x-shockwave-flash",wmode:b.wmode};if(b.debugFlash)k.FlashVars="debug=1";b.wmode||delete k.wmode;if(B){g=l.createElement("div");i='<object id="'+c+'" data="'+a+'" type="'+k.type+'" width="'+k.width+'" height="'+k.height+'"><param name="movie" value="'+a+'" /><param name="AllowScriptAccess" value="'+b.allowScriptAccess+'" /><param name="quality" value="'+
+k.quality+'" />'+(b.wmode?'<param name="wmode" value="'+b.wmode+'" /> ':"")+'<param name="bgcolor" value="'+b.bgColor+'" />'+(b.debugFlash?'<param name="FlashVars" value="'+k.FlashVars+'" />':"")+"<!-- --\></object>"}else{g=l.createElement("embed");for(m in k)k.hasOwnProperty(m)&&g.setAttribute(m,k[m])}wa();d=M();if(k=X()){b.oMC=u(b.movieID)?u(b.movieID):l.createElement("div");if(b.oMC.id){h=b.oMC.className;b.oMC.className=(h?h+" ":b.swfCSS.swfDefault)+(d?" "+d:"");b.oMC.appendChild(g);if(B){m=b.oMC.appendChild(l.createElement("div"));
+m.className=b.swfCSS.swfBox;m.innerHTML=i}P=true;na.check(true)}else{b.oMC.id=b.movieID;b.oMC.className=b.swfCSS.swfDefault+" "+d;m=d=null;if(!b.useFlashBlock)if(b.useHighPerformance)d={position:"fixed",width:"8px",height:"8px",bottom:"0px",left:"0px",overflow:"hidden"};else{d={position:"absolute",width:"6px",height:"6px",top:"-9999px",left:"-9999px"};if(j)d.left=Math.abs(parseInt(d.left,10))+"px"}if(v.match(/webkit/i))b.oMC.style.zIndex=1E4;if(!b.debugFlash)for(h in d)if(d.hasOwnProperty(h))b.oMC.style[h]=
+d[h];try{B||b.oMC.appendChild(g);k.appendChild(b.oMC);if(B){m=b.oMC.appendChild(l.createElement("div"));m.className=b.swfCSS.swfBox;m.innerHTML=i}P=true}catch(t){throw Error(q("appXHTML"));}na.check()}}f();b._wD("soundManager::createMovie(): Trying to load "+a+(!this._overHTTP&&b.altURL?" (alternate URL)":""),1);return true};r=this.getSoundById;R=function(){if(C){aa();return false}if(b.o)return false;b.o=b.getMovie(b.id);if(!b.o){if(T){if(B)b.oMC.innerHTML=oa;else b.oMC.appendChild(T);T=null;I=true}else aa(b.id,
+b.url);b.o=b.getMovie(b.id)}if(b.o){b._wD("soundManager::initMovie(): Got "+b.o.nodeName+" element ("+(I?"created via JS":"static HTML")+")");n("waitEI")}b.oninitmovie instanceof Function&&setTimeout(b.oninitmovie,1);return true};ja=function(c){if(c)b.url=c;R()};Z=function(){setTimeout(Aa,500)};Aa=function(){if(da)return false;da=true;A(o,"load",Z);if(O&&!ua){n("waitFocus");return false}var c;if(!s){c=b.getMoviePercent();b._wD(q("waitImpatient",c===100?" (SWF loaded)":c>0?" (SWF "+c+"% loaded)":""))}setTimeout(function(){c=
+b.getMoviePercent();if(!s){b._wD("soundManager: No Flash response within expected time.\nLikely causes: "+(c===0?"Loading "+b.movieURL+" may have failed (and/or Flash "+p+"+ not present?), ":"")+"Flash blocked or JS-Flash security error."+(b.debugFlash?" "+q("checkSWF"):""),2);if(!this._overHTTP&&c){n("localFail",2);b.debugFlash||n("tryDebug",2)}c===0&&b._wD(q("swf404",b.url));x("flashtojs",false,": Timed out"+this._overHTTP?" (Check flash security or flash blockers)":" (No plugin/missing SWF?)")}if(!s&&
+Ka)if(c===null)if(b.useFlashBlock||b.flashLoadTimeout===0){b.useFlashBlock&&pa();n("waitForever")}else S(true);else b.flashLoadTimeout===0?n("waitForever"):S(true)},b.flashLoadTimeout)};ja=function(c){if(c)b.url=c;R()};n=function(c,a){return c?b._wD(q(c),a):""};if(G.indexOf("debug=alert")+1&&b.debugMode)b._wD=function(c){alert(c)};xa=function(){var c=u(b.debugID),a=u(b.debugID+"-toggle");if(!c)return false;if(ha){a.innerHTML="+";c.style.display="none"}else{a.innerHTML="-";c.style.display="block"}ha=
+!ha};x=function(c,a,f){if(typeof sm2Debugger!=="undefined")try{sm2Debugger.handleEvent(c,a,f)}catch(g){}return true};M=function(){var c=[];b.debugMode&&c.push(b.swfCSS.sm2Debug);b.debugFlash&&c.push(b.swfCSS.flashDebug);b.useHighPerformance&&c.push(b.swfCSS.highPerf);return c.join(" ")};pa=function(){var c=q("fbHandler"),a=b.getMoviePercent();if(b.supported()){b.didFlashBlock&&b._wD(c+": Unblocked");if(b.oMC)b.oMC.className=M()+" "+b.swfCSS.swfDefault+(" "+b.swfCSS.swfUnblocked)}else{if(N){b.oMC.className=
+M()+" "+b.swfCSS.swfDefault+" "+(a===null?b.swfCSS.swfTimedout:b.swfCSS.swfError);b._wD(c+": "+q("fbTimeout")+(a?" ("+q("fbLoaded")+")":""))}b.didFlashBlock=true;J(true);b.onerror instanceof Function&&b.onerror.apply(o)}};F=function(){function c(){A(o,"focus",F);A(o,"load",F)}if(ua||!O){c();return true}ua=Ka=true;b._wD("soundManager::handleFocus()");V&&O&&A(o,"mousemove",F);da=false;c();return true};Q=function(c){if(s)return false;if(C){b._wD("-- SoundManager 2: loaded --");s=true;J();K();return true}b.useFlashBlock&&
+b.flashLoadTimeout&&!b.getMoviePercent()||(s=true);b._wD("-- SoundManager 2 "+(z?"failed to load":"loaded")+" ("+(z?"security/load error":"OK")+") --",1);if(z||c){if(b.useFlashBlock)b.oMC.className=M()+" "+(b.getMoviePercent()===null?b.swfCSS.swfTimedout:b.swfCSS.swfError);J();x("onload",false);b.onerror instanceof Function&&b.onerror.apply(o);return false}else x("onload",true);if(b.waitForWindowLoad&&!ia){n("waitOnload");E(o,"load",K);return false}else{b.waitForWindowLoad&&ia&&n("docLoaded");K()}return true};
+za=function(c,a){H.push({method:c,scope:a||null,fired:false})};J=function(c){if(!s&&!c)return false;c={success:c?b.supported():!z};var a=[],f,g,e=!b.useFlashBlock||b.useFlashBlock&&!b.supported();f=0;for(g=H.length;f<g;f++)H[f].fired!==true&&a.push(H[f]);if(a.length){b._wD("soundManager: Firing "+a.length+" onready() item"+(a.length>1?"s":""));f=0;for(g=a.length;f<g;f++){a[f].scope?a[f].method.apply(a[f].scope,[c]):a[f].method(c);if(!e)a[f].fired=true}}return true};K=function(){o.setTimeout(function(){b.useFlashBlock&&
+pa();J();n("onload",1);b.onload instanceof Function&&b.onload.apply(o);n("onloadOK",1);b.waitForWindowLoad&&E(o,"load",K)},1)};Ha=function(){var c,a,f=!G.match(/usehtml5audio/i)&&!G.match(/sm2\-ignorebadua/i)&&V&&v.match(/OS X 10_6_(3|4)/i);if(v.match(/iphone os (1|2|3_0|3_1)/i)?true:false){b.hasHTML5=false;C=true;if(b.oMC)b.oMC.style.display="none";return false}if(b.useHTML5Audio){if(!b.html5||!b.html5.canPlayType){b._wD("SoundManager: No HTML5 Audio() support detected.");b.hasHTML5=false;return true}else b.hasHTML5=
+true;if(f){b._wD("SoundManager::Note: Buggy HTML5 Audio in Safari on OS X 10.6.[3|4], see https://bugs.webkit.org/show_bug.cgi?id=32159 - disabling HTML5 audio",1);b.useHTML5Audio=false;b.hasHTML5=false;return true}}else return true;for(a in b.audioFormats)if(b.audioFormats.hasOwnProperty(a)&&b.audioFormats[a].required&&!b.html5.canPlayType(b.audioFormats[a].type))c=true;if(b.ignoreFlash)c=false;C=b.useHTML5Audio&&b.hasHTML5&&!c;return c};Y=function(){var c,a=[];n("init");if(s){n("didInit");return false}if(b.hasHTML5){for(c in b.audioFormats)b.audioFormats.hasOwnProperty(c)&&
+a.push(c+": "+b.html5[c]);b._wD("-- SoundManager 2: HTML5 support tests ("+b.html5Test+"): "+a.join(", ")+" --",1)}if(C){if(!s){A(o,"load",b.beginDelayedInit);b.enabled=true;Q()}return true}R();try{n("flashJS");b.o._externalInterfaceTest(false);b.allowPolling?Ca(true,b.useFastPolling?true:false):n("noPolling",1);b.debugMode||b.o._disableDebug();b.enabled=true;x("jstoflash",true)}catch(f){b._wD("js/flash exception: "+f.toString());x("jstoflash",false);S(true);Q();return false}Q();A(o,"load",b.beginDelayedInit);
+return true};Ba=function(){if(ra)return false;aa();R();return ra=true};L=function(){if(la)return false;la=true;wa();Ia();b.html5.usingFlash=Ha();N=b.html5.usingFlash;la=true;l.removeEventListener&&l.removeEventListener("DOMContentLoaded",L,false);ja();return true};Fa=function(c){if(!c._hasTimer)c._hasTimer=true};Ga=function(c){if(c._hasTimer)c._hasTimer=false};ma=function(){b.onerror instanceof Function&&b.onerror();b.disable()};this._setSandboxType=function(c){var a=b.sandbox;a.type=c;a.description=
+a.types[typeof a.types[c]!=="undefined"?c:"unknown"];b._wD("Flash security sandbox type: "+a.type);if(a.type==="localWithFile"){a.noRemote=true;a.noLocal=false;n("secNote",2)}else if(a.type==="localWithNetwork"){a.noRemote=false;a.noLocal=true}else if(a.type==="localTrusted"){a.noRemote=false;a.noLocal=false}};this._externalInterfaceOK=function(c){if(b.swfLoaded)return false;var a=(new Date).getTime();b._wD("soundManager::externalInterfaceOK()"+(c?" (~"+(a-c)+" ms)":""));x("swf",true);x("flashtojs",
+true);b.swfLoaded=true;O=false;B?setTimeout(Y,100):Y()};sa=function(){if(l.readyState==="complete"){L();l.detachEvent("onreadystatechange",sa)}return true};if(!b.hasHTML5||N){E(o,"focus",F);E(o,"load",F);E(o,"load",Z);V&&O&&E(o,"mousemove",F)}if(l.addEventListener)l.addEventListener("DOMContentLoaded",L,false);else if(l.attachEvent)l.attachEvent("onreadystatechange",sa);else{x("onload",false);ma()}l.readyState==="complete"&&setTimeout(L,100)}var La=null;if(typeof SM2_DEFER==="undefined"||!SM2_DEFER)La=
+new va;W.SoundManager=va;W.soundManager=La})(window);
diff --git a/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug-jsmin.js b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug-jsmin.js
new file mode 100755
index 0000000..fa3f21d
--- /dev/null
+++ b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug-jsmin.js
@@ -0,0 +1,71 @@
+/** @license
+
+ SoundManager 2: Javascript Sound for the Web
+ --------------------------------------------
+ http://schillmania.com/projects/soundmanager2/
+
+ Copyright (c) 2007, Scott Schiller. All rights reserved.
+ Code provided under the BSD License:
+ http://schillmania.com/projects/soundmanager2/license.txt
+
+ V2.97a.20101010
+*/
+(function(T){function oa(Ga,Ha){function pa(){if(b.debugURLParam.test(U))b.debugMode=true}this.flashVersion=8;this.debugFlash=this.debugMode=false;this.useConsole=true;this.waitForWindowLoad=this.consoleOnly=false;this.nullURL="about:blank";this.allowPolling=true;this.useFastPolling=false;this.useMovieStar=true;this.bgColor="#ffffff";this.useHighPerformance=false;this.flashLoadTimeout=1E3;this.wmode=null;this.allowScriptAccess="always";this.useHTML5Audio=this.useFlashBlock=false;this.html5Test=/^probably$/i;
+this.ondebuglog=false;this.audioFormats={mp3:{type:['audio/mpeg; codecs="mp3"',"audio/mpeg","audio/mp3","audio/MPA","audio/mpa-robust"],required:true},mp4:{related:["aac","m4a"],type:['audio/mp4; codecs="mp4a.40.2"',"audio/aac","audio/x-m4a","audio/MP4A-LATM","audio/mpeg4-generic"],required:true},ogg:{type:["audio/ogg; codecs=vorbis"],required:false},wav:{type:['audio/wav; codecs="1"',"audio/wav","audio/wave","audio/x-wav"],required:false}};this.defaultOptions={autoLoad:false,stream:true,autoPlay:false,
+loops:1,onid3:null,onload:null,whileloading:null,onplay:null,onpause:null,onresume:null,whileplaying:null,onstop:null,onfailure:null,onfinish:null,onbeforefinish:null,onbeforefinishtime:5E3,onbeforefinishcomplete:null,onjustbeforefinish:null,onjustbeforefinishtime:200,multiShot:true,multiShotEvents:false,position:null,pan:0,type:null,usePolicyFile:false,volume:100};this.flash9Options={isMovieStar:null,usePeakData:false,useWaveformData:false,useEQData:false,onbufferchange:null,ondataerror:null,onstats:null};
+this.movieStarOptions={bufferTime:3,serverURL:null,onconnect:null,bufferTimes:null,duration:null};this.version=null;this.versionNumber="V2.97a.20101010";this.movieURL=null;this.url=Ga||null;this.altURL=null;this.enabled=this.swfLoaded=false;this.o=null;this.movieID="sm2-container";this.id=Ha||"sm2movie";this.swfCSS={swfBox:"sm2-object-box",swfDefault:"movieContainer",swfError:"swf_error",swfTimedout:"swf_timedout",swfUnblocked:"swf_unblocked",sm2Debug:"sm2_debug",highPerf:"high_performance",flashDebug:"flash_debug"};
+this.oMC=null;this.sounds={};this.soundIDs=[];this.muted=false;this.debugID="soundmanager-debug";this.debugURLParam=/([#?&])debug=1/i;this.didFlashBlock=this.specialWmodeCase=false;this.filePattern=null;this.filePatterns={flash8:/\.mp3(\?.*)?$/i,flash9:/\.mp3(\?.*)?$/i};this.baseMimeTypes=/^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i;this.netStreamMimeTypes=/^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i;this.netStreamTypes=["aac","flv","mov","mp4","m4v","f4v","m4a","mp4v","3gp","3g2"];this.netStreamPattern=
+RegExp("\\.("+this.netStreamTypes.join("|")+")(\\?.*)?$","i");this.mimePattern=this.baseMimeTypes;this.features={buffering:false,peakData:false,waveformData:false,eqData:false,movieStar:false};this.sandbox={};this.hasHTML5=null;this.html5={usingFlash:null};this.ignoreFlash=false;var ba,b=this,z,t=navigator.userAgent,U=T.location.href.toString(),o=this.flashVersion,k=document,l=T,qa,V,D=[],L=false,M=false,q=false,A=false,ra=false,N,s,sa,E,F,ca,W,ta,da,B,ua,O,G,ea,fa,X,ga,ha,va,wa,P,xa,Q=null,ia=null,
+H,ja,I,Y,Z,ka,p,$=false,la=false,ya,za,J=null,Aa,aa,C=false,R,x,ma,Ba,y,v,Ca=Array.prototype.slice,Da=t.match(/pre\//i),Ia=t.match(/(ipad|iphone)/i);t.match(/mobile/i);var w=t.match(/MSIE/i),S=t.match(/safari/i)&&!t.match(/chrome/i),na=typeof k.hasFocus!=="undefined"?k.hasFocus():null,K=typeof k.hasFocus==="undefined"&&S,Ea=!K;this._use_maybe=U.match(/sm2\-useHTML5Maybe\=1/i);this._overHTTP=k.location?k.location.protocol.match(/http/i):null;this.useAltURL=!this._overHTTP;if(Ia||Da){b.useHTML5Audio=
+true;b.ignoreFlash=true}if(Da||this._use_maybe)b.html5Test=/^(probably|maybe)$/i;this.supported=function(){return J?q&&!A:b.useHTML5Audio&&b.hasHTML5};this.getMovie=function(c){return w?l[c]:S?z(c)||k[c]:z(c)};this.loadFromXML=function(c){try{b.o._loadFromXML(c)}catch(a){P()}return true};this.createSound=function(c){function a(){f=Y(f);b.sounds[e.id]=new ba(e);b.soundIDs.push(e.id);return b.sounds[e.id]}var f=null,i=null,e=null;if(!q||!b.supported()){ka("soundManager.createSound(): "+H(!q?"notReady":
+"notOK"));return false}if(arguments.length===2)c={id:arguments[0],url:arguments[1]};e=f=s(c);if(p(e.id,true))return b.sounds[e.id];if(aa(e)){i=a();i._setup_html5(e)}else{if(o>8&&b.useMovieStar){if(e.isMovieStar===null)e.isMovieStar=e.serverURL||(e.type?e.type.match(b.netStreamPattern):false)||e.url.match(b.netStreamPattern)?true:false;if(e.isMovieStar)if(e.usePeakData)e.usePeakData=false}e=Z(e,"soundManager.createSound(): ");i=a();if(o===8)b.o._createSound(e.id,e.onjustbeforefinishtime,e.loops||1,
+e.usePolicyFile);else{b.o._createSound(e.id,e.url,e.onjustbeforefinishtime,e.usePeakData,e.useWaveformData,e.useEQData,e.isMovieStar,e.isMovieStar?e.bufferTime:false,e.loops||1,e.serverURL,e.duration||null,e.autoPlay,true,e.bufferTimes,e.onstats?true:false,e.autoLoad,e.usePolicyFile);if(!e.serverURL){i.connected=true;e.onconnect&&e.onconnect.apply(i)}}}if(e.autoLoad||e.autoPlay)if(i)if(b.isHTML5){i.autobuffer="auto";i.preload="auto"}else i.load(e);e.autoPlay&&i.play();return i};this.destroySound=
+function(c,a){if(!p(c))return false;var f=b.sounds[c],i;f._iO={};f.stop();f.unload();for(i=0;i<b.soundIDs.length;i++)if(b.soundIDs[i]===c){b.soundIDs.splice(i,1);break}a||f.destruct(true);delete b.sounds[c];return true};this.load=function(c,a){if(!p(c))return false;return b.sounds[c].load(a)};this.unload=function(c){if(!p(c))return false;return b.sounds[c].unload()};this.start=this.play=function(c,a){if(!q||!b.supported()){ka("soundManager.play(): "+H(!q?"notReady":"notOK"));return false}if(!p(c)){a instanceof
+Object||(a={url:a});if(a&&a.url){a.id=c;return b.createSound(a).play()}else return false}return b.sounds[c].play(a)};this.setPosition=function(c,a){if(!p(c))return false;return b.sounds[c].setPosition(a)};this.stop=function(c){if(!p(c))return false;return b.sounds[c].stop()};this.stopAll=function(){for(var c in b.sounds)b.sounds[c]instanceof ba&&b.sounds[c].stop()};this.pause=function(c){if(!p(c))return false;return b.sounds[c].pause()};this.pauseAll=function(){for(var c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].pause()};
+this.resume=function(c){if(!p(c))return false;return b.sounds[c].resume()};this.resumeAll=function(){for(var c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].resume()};this.togglePause=function(c){if(!p(c))return false;return b.sounds[c].togglePause()};this.setPan=function(c,a){if(!p(c))return false;return b.sounds[c].setPan(a)};this.setVolume=function(c,a){if(!p(c))return false;return b.sounds[c].setVolume(a)};this.mute=function(c){var a=0;if(typeof c!=="string")c=null;if(c){if(!p(c))return false;
+return b.sounds[c].mute()}else{for(a=b.soundIDs.length;a--;)b.sounds[b.soundIDs[a]].mute();b.muted=true}return true};this.muteAll=function(){b.mute()};this.unmute=function(c){if(typeof c!=="string")c=null;if(c){if(!p(c))return false;return b.sounds[c].unmute()}else{for(c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].unmute();b.muted=false}return true};this.unmuteAll=function(){b.unmute()};this.toggleMute=function(c){if(!p(c))return false;return b.sounds[c].toggleMute()};this.getMemoryUse=function(){if(o===
+8)return 0;if(b.o)return parseInt(b.o._getMemoryUse(),10)};this.disable=function(c){if(typeof c==="undefined")c=false;if(A)return false;A=true;for(var a=b.soundIDs.length;a--;)wa(b.sounds[b.soundIDs[a]]);N(c);v(l,"load",F);return true};this.canPlayMIME=function(c){var a;if(b.hasHTML5)a=R({type:c});return!J||a?a:c?c.match(b.mimePattern)?true:false:null};this.canPlayURL=function(c){var a;if(b.hasHTML5)a=R(c);return!J||a?a:c?c.match(b.filePattern)?true:false:null};this.canPlayLink=function(c){if(typeof c.type!==
+"undefined"&&c.type)if(b.canPlayMIME(c.type))return true;return b.canPlayURL(c.href)};this.getSoundById=function(c){if(!c)throw Error("SoundManager.getSoundById(): sID is null/undefined");return b.sounds[c]};this.onready=function(c,a){if(c&&c instanceof Function){a||(a=l);sa(c,a);E();return true}else throw H("needFunction");};this.getMoviePercent=function(){return b.o&&typeof b.o.PercentLoaded!=="undefined"?b.o.PercentLoaded():null};this._wD=this._writeDebug=function(c,a,f){b.ondebuglog&&b.ondebuglog(c,
+a,f);return true};this._debug=function(){};this.reboot=function(){for(var c=b.soundIDs.length;c--;)b.sounds[b.soundIDs[c]].destruct();try{if(w)ia=b.o.innerHTML;Q=b.o.parentNode.removeChild(b.o)}catch(a){}ia=Q=null;b.enabled=q=$=la=L=M=A=b.swfLoaded=false;b.soundIDs=b.sounds=[];b.o=null;for(c=D.length;c--;)D[c].fired=false;l.setTimeout(function(){b.beginDelayedInit()},20)};this.destruct=function(){b.disable(true)};this.beginDelayedInit=function(){ra=true;G();setTimeout(ua,20);W()};ba=function(c){var a=
+this,f,i,e,j,n,h;this.sID=c.id;this.url=c.url;this._iO=this.instanceOptions=this.options=s(c);this.pan=this.options.pan;this.volume=this.options.volume;this._lastURL=null;this.isHTML5=false;this.id3={};this._debug=function(){};this._debug();this.load=function(d){var g=null;if(typeof d!=="undefined"){a._iO=s(d);a.instanceOptions=a._iO}else{d=a.options;a._iO=d;a.instanceOptions=a._iO;if(a._lastURL&&a._lastURL!==a.url){a._iO.url=a.url;a.url=null}}if(a._iO.url===a.url&&a.readyState!==0&&a.readyState!==
+2)return a;a._lastURL=a.url;a.loaded=false;a.readyState=1;a.playState=0;if(aa(a._iO)){g=a._setup_html5(a._iO);g.load();a._iO.autoPlay&&a.play()}else try{a.isHTML5=false;a._iO=Z(Y(a._iO));o===8?b.o._load(a.sID,a._iO.url,a._iO.stream,a._iO.autoPlay,a._iO.whileloading?1:0,a._iO.loops||1,a._iO.usePolicyFile):b.o._load(a.sID,a._iO.url,a._iO.stream?true:false,a._iO.autoPlay?true:false,a._iO.loops||1,a._iO.autoLoad?true:false,a._iO.usePolicyFile)}catch(m){ga()}return a};this.unload=function(){if(a.readyState!==
+0){if(a.isHTML5){e();if(h){h.pause();h.src=b.nullURL;h.load();h=a._audio=null}}else o===8?b.o._unload(a.sID,b.nullURL):b.o._unload(a.sID);f()}return a};this.destruct=function(d){if(a.isHTML5){e();if(h){h.pause();h.src="about:blank";h.load();h=a._audio=null}}else{a._iO.onfailure=null;b.o._destroySound(a.sID)}d||b.destroySound(a.sID,true)};this.start=this.play=function(d,g){var m;g=typeof g==="undefined"?true:g;d||(d={});a._iO=s(d,a._iO);a._iO=s(a._iO,a.options);a.instanceOptions=a._iO;if(a._iO.serverURL)if(!a.connected){a.getAutoPlay()||
+a.setAutoPlay(true);return a}if(aa(a._iO)){a._setup_html5(a._iO);j()}if(a.playState===1&&!a.paused)if(m=a._iO.multiShot)a.isHTML5&&a.setPosition(a._iO.position);else return a;if(!a.loaded)if(a.readyState===0)if(a.isHTML5){a.load(a._iO);a.readyState=1}else{if(!a._iO.serverURL){a._iO.autoPlay=true;a.load(a._iO)}}else if(a.readyState===2)return a;if(a.paused&&a.position&&a.position>0)a.resume();else{a.playState=1;a.paused=false;if(!a.instanceCount||a._iO.multiShotEvents||o>8&&!a.isHTML5&&!a.getAutoPlay())a.instanceCount++;
+a.position=typeof a._iO.position!=="undefined"&&!isNaN(a._iO.position)?a._iO.position:0;a._iO=Z(Y(a._iO));a._iO.onplay&&g&&a._iO.onplay.apply(a);a.setVolume(a._iO.volume,true);a.setPan(a._iO.pan,true);if(a.isHTML5){j();a._setup_html5().play()}else b.o._start(a.sID,a._iO.loops||1,o===9?a.position:a.position/1E3)}return a};this.stop=function(d){if(a.playState===1){a._onbufferchange(0);a.resetOnPosition(0);if(!a.isHTML5)a.playState=0;a.paused=false;a._iO.onstop&&a._iO.onstop.apply(a);if(a.isHTML5){if(h){a.setPosition(0);
+h.pause();a.playState=0;a._onTimer();e();a.unload()}}else{b.o._stop(a.sID,d);a._iO.serverURL&&a.unload()}a.instanceCount=0;a._iO={}}return a};this.setAutoPlay=function(d){a._iO.autoPlay=d;b.o._setAutoPlay(a.sID,d);d&&!a.instanceCount&&a.readyState===1&&a.instanceCount++};this.getAutoPlay=function(){return a._iO.autoPlay};this.setPosition=function(d){if(d===undefined)d=0;a.position=a.isHTML5?Math.max(d,0):Math.min(a.duration||a._iO.duration,Math.max(d,0));a.resetOnPosition(a.position);if(a.isHTML5){if(h){if(a.playState)try{h.currentTime=
+a.position/1E3}catch(g){}if(a.paused){a._onTimer(true);a._iO.useMovieStar&&a.resume()}}}else{d=o===9?a.position:a.position/1E3;a.playState===0?a.play({position:d}):b.o._setPosition(a.sID,d,a.paused||!a.playState)}return a};this.pause=function(d){if(a.paused||a.playState===0&&a.readyState!==1)return a;a.paused=true;if(a.isHTML5){a._setup_html5().pause();e()}else if(d||d===undefined)b.o._pause(a.sID);a._iO.onpause&&a._iO.onpause.apply(a);return a};this.resume=function(){if(!a.paused)return a;a.paused=
+false;a.playState=1;if(a.isHTML5){a._setup_html5().play();j()}else b.o._pause(a.sID);a._iO.onresume&&a._iO.onresume.apply(a);return a};this.togglePause=function(){if(a.playState===0){a.play({position:o===9&&!a.isHTML5?a.position:a.position/1E3});return a}a.paused?a.resume():a.pause();return a};this.setPan=function(d,g){if(typeof d==="undefined")d=0;if(typeof g==="undefined")g=false;a.isHTML5||b.o._setPan(a.sID,d);a._iO.pan=d;if(!g)a.pan=d;return a};this.setVolume=function(d,g){if(typeof d==="undefined")d=
+100;if(typeof g==="undefined")g=false;if(a.isHTML5){if(h)h.volume=d/100}else b.o._setVolume(a.sID,b.muted&&!a.muted||a.muted?0:d);a._iO.volume=d;if(!g)a.volume=d;return a};this.mute=function(){a.muted=true;if(a.isHTML5){if(h)h.muted=true}else b.o._setVolume(a.sID,0);return a};this.unmute=function(){a.muted=false;var d=typeof a._iO.volume!=="undefined";if(a.isHTML5){if(h)h.muted=false}else b.o._setVolume(a.sID,d?a._iO.volume:a.options.volume);return a};this.toggleMute=function(){return a.muted?a.unmute():
+a.mute()};this.onposition=function(d,g,m){a._onPositionItems.push({position:d,method:g,scope:typeof m!=="undefined"?m:a,fired:false});return a};this.processOnPosition=function(){var d,g;d=a._onPositionItems.length;if(!d||!a.playState||a._onPositionFired>=d)return false;for(d=d;d--;){g=a._onPositionItems[d];if(!g.fired&&a.position>=g.position){g.method.apply(g.scope,[g.position]);g.fired=true;b._onPositionFired++}}return true};this.resetOnPosition=function(d){var g,m;g=a._onPositionItems.length;if(!g)return false;
+for(g=g;g--;){m=a._onPositionItems[g];if(m.fired&&d<=m.position){m.fired=false;b._onPositionFired--}}return true};this._onTimer=function(d){var g={};if(a._hasTimer||d)if(h&&(d||(a.playState>0||a.readyState===1)&&!a.paused)){a.duration=n();a.durationEstimate=a.duration;d=h.currentTime?h.currentTime*1E3:0;a._whileplaying(d,g,g,g,g);return true}else return false};n=function(){var d=h?h.duration*1E3:undefined;return d&&!isNaN(d)?d:null};j=function(){a.isHTML5&&ya(a)};e=function(){a.isHTML5&&za(a)};f=
+function(){a._onPositionItems=[];a._onPositionFired=0;a._hasTimer=null;a._added_events=null;h=a._audio=null;a.bytesLoaded=null;a.bytesTotal=null;a.position=null;a.duration=a._iO&&a._iO.duration?a._iO.duration:null;a.durationEstimate=null;a.failures=0;a.loaded=false;a.playState=0;a.paused=false;a.readyState=0;a.muted=false;a.didBeforeFinish=false;a.didJustBeforeFinish=false;a.isBuffering=false;a.instanceOptions={};a.instanceCount=0;a.peakData={left:0,right:0};a.waveformData={left:[],right:[]};a.eqData=
+[];a.eqData.left=[];a.eqData.right=[]};f();this._setup_html5=function(d){d=s(a._iO,d);if(h){if(a.url!==d.url)h.src=d.url}else{a._audio=new Audio(d.url);h=a._audio;a.isHTML5=true;i()}h.loop=d.loops>1?"loop":"";return a._audio};i=function(){function d(g,m,r){return h?h.addEventListener(g,m,r||false):null}if(a._added_events)return false;a._added_events=true;d("load",function(){if(h){a._onbufferchange(0);a._whileloading(a.bytesTotal,a.bytesTotal,n());a._onload(true)}},false);d("canplay",function(){a._onbufferchange(0)},
+false);d("waiting",function(){a._onbufferchange(1)},false);d("progress",function(g){if(!a.loaded&&h){a._onbufferchange(0);a._whileloading(g.loaded||0,g.total||1,n())}},false);d("error",function(){h&&a._onload(false)},false);d("loadstart",function(){a._onbufferchange(1)},false);d("play",function(){a._onbufferchange(0)},false);d("playing",function(){a._onbufferchange(0)},false);d("timeupdate",function(){a._onTimer()},false);setTimeout(function(){a&&h&&d("ended",function(){a._onfinish()},false)},250);
+return true};this._whileloading=function(d,g,m,r){a.bytesLoaded=d;a.bytesTotal=g;a.duration=Math.floor(m);a.bufferLength=r;if(a._iO.isMovieStar)a.durationEstimate=a.duration;else{a.durationEstimate=a._iO.duration?a.duration>a._iO.duration?a.duration:a._iO.duration:parseInt(a.bytesTotal/a.bytesLoaded*a.duration,10);if(a.durationEstimate===undefined)a.durationEstimate=a.duration;a.bufferLength=r}a.readyState!==3&&a._iO.whileloading&&a._iO.whileloading.apply(a)};this._onid3=function(d,g){var m=[],r,
+u;r=0;for(u=d.length;r<u;r++)m[d[r]]=g[r];a.id3=s(a.id3,m);a._iO.onid3&&a._iO.onid3.apply(a)};this._whileplaying=function(d,g,m,r,u){if(isNaN(d)||d===null)return false;if(a.playState===0&&d>0)d=0;a.position=d;a.processOnPosition();if(o>8&&!a.isHTML5){if(a._iO.usePeakData&&typeof g!=="undefined"&&g)a.peakData={left:g.leftPeak,right:g.rightPeak};if(a._iO.useWaveformData&&typeof m!=="undefined"&&m)a.waveformData={left:m.split(","),right:r.split(",")};if(a._iO.useEQData)if(typeof u!=="undefined"&&u&&
+u.leftEQ){d=u.leftEQ.split(",");a.eqData=d;a.eqData.left=d;if(typeof u.rightEQ!=="undefined"&&u.rightEQ)a.eqData.right=u.rightEQ.split(",")}}if(a.playState===1){!a.isHTML5&&b.flashVersion===8&&!a.position&&a.isBuffering&&a._onbufferchange(0);a._iO.whileplaying&&a._iO.whileplaying.apply(a);if((a.loaded||!a.loaded&&a._iO.isMovieStar)&&a._iO.onbeforefinish&&a._iO.onbeforefinishtime&&!a.didBeforeFinish&&a.duration-a.position<=a._iO.onbeforefinishtime)a._onbeforefinish()}return true};this._onconnect=function(d){d=
+d===1;if(a.connected=d){a.failures=0;a._iO.onconnect&&a._iO.onconnect.apply(a,[d]);if(p(a.sID)&&(a.options.autoLoad||a.getAutoPlay()))a.play(undefined,a.getAutoPlay())}};this._onload=function(d){d=d?true:false;a.loaded=d;a.readyState=d?3:2;a._onbufferchange(0);a._iO.onload&&a._iO.onload.apply(a,[d]);return true};this._onfailure=function(d,g,m){a.failures++;a._iO.onfailure&&a.failures===1&&a._iO.onfailure(a,d,g,m)};this._onbeforefinish=function(){if(!a.didBeforeFinish){a.didBeforeFinish=true;a._iO.onbeforefinish&&
+a._iO.onbeforefinish.apply(a)}};this._onjustbeforefinish=function(){if(!a.didJustBeforeFinish){a.didJustBeforeFinish=true;a._iO.onjustbeforefinish&&a._iO.onjustbeforefinish.apply(a)}};this._onstats=function(d){a._iO.onstats&&a._iO.onstats(a,d)};this._onfinish=function(){a._onbufferchange(0);a.resetOnPosition(0);a._iO.onbeforefinishcomplete&&a._iO.onbeforefinishcomplete.apply(a);a.didBeforeFinish=false;a.didJustBeforeFinish=false;if(a.instanceCount){a.instanceCount--;if(!a.instanceCount){a.playState=
+0;a.paused=false;a.instanceCount=0;a.instanceOptions={};e()}if(!a.instanceCount||a._iO.multiShotEvents)a._iO.onfinish&&a._iO.onfinish.apply(a)}};this._onbufferchange=function(d){if(a.playState===0)return false;if(d&&a.isBuffering||!d&&!a.isBuffering)return false;a.isBuffering=d===1;a._iO.onbufferchange&&a._iO.onbufferchange.apply(a);return true};this._ondataerror=function(){a.playState>0&&a._iO.ondataerror&&a._iO.ondataerror.apply(a)}};fa=function(){return k.body?k.body:k._docElement?k.documentElement:
+k.getElementsByTagName("div")[0]};z=function(c){return k.getElementById(c)};s=function(c,a){var f={},i,e;for(i in c)if(c.hasOwnProperty(i))f[i]=c[i];i=typeof a==="undefined"?b.defaultOptions:a;for(e in i)if(i.hasOwnProperty(e)&&typeof f[e]==="undefined")f[e]=i[e];return f};(function(){function c(e){e=Ca.call(e);var j=e.length;if(f){e[1]="on"+e[1];j>3&&e.pop()}else j===3&&e.push(false);return e}function a(e,j){var n=e.shift()[i[j]];f?n(e[0],e[1]):n.apply(this,e)}var f=l.attachEvent,i={add:f?"attachEvent":
+"addEventListener",remove:f?"detachEvent":"removeEventListener"};y=function(){a(c(arguments),"add")};v=function(){a(c(arguments),"remove")}})();aa=function(c){return(c.type?R({type:c.type}):false)||R(c.url)};R=function(c){if(!b.useHTML5Audio||!b.hasHTML5)return false;var a,f=b.audioFormats;if(!x){x=[];for(a in f)if(f.hasOwnProperty(a)){x.push(a);if(f[a].related)x=x.concat(f[a].related)}x=RegExp("\\.("+x.join("|")+")","i")}a=typeof c.type!=="undefined"?c.type:null;c=typeof c==="string"?c.toLowerCase().match(x):
+null;if(!c||!c.length){if(!a)return false}else c=c[0].substr(1);if(c&&typeof b.html5[c]!=="undefined")return b.html5[c];else{if(!a)if(c&&b.html5[c])return b.html5[c];else a="audio/"+c;a=b.html5.canPlayType(a);return b.html5[c]=a}};Ba=function(){function c(n){var h,d,g=false;if(!a||typeof a.canPlayType!=="function")return false;if(n instanceof Array){h=0;for(d=n.length;h<d&&!g;h++)if(b.html5[n[h]]||a.canPlayType(n[h]).match(b.html5Test)){g=true;b.html5[n[h]]=true}return g}else return(n=a&&typeof a.canPlayType===
+"function"?a.canPlayType(n):false)&&(n.match(b.html5Test)?true:false)}if(!b.useHTML5Audio||typeof Audio==="undefined")return false;var a=typeof Audio!=="undefined"?new Audio:null,f,i={},e,j;e=b.audioFormats;for(f in e)if(e.hasOwnProperty(f)){i[f]=c(e[f].type);if(e[f]&&e[f].related)for(j=0;j<e[f].related.length;j++)b.html5[e[f].related[j]]=i[f]}i.canPlayType=a?c:null;b.html5=s(b.html5,i);return true};z=function(c){return k.getElementById(c)};H=function(){};Y=function(c){if(o===8&&c.loops>1&&c.stream)c.stream=
+false;return c};Z=function(c){if(c&&!c.usePolicyFile&&(c.onid3||c.usePeakData||c.useWaveformData||c.useEQData))c.usePolicyFile=true;return c};ka=function(c){typeof console!=="undefined"&&typeof console.warn!=="undefined"&&console.warn(c)};qa=function(){return false};wa=function(c){for(var a in c)if(c.hasOwnProperty(a)&&typeof c[a]==="function")c[a]=qa};P=function(c){if(typeof c==="undefined")c=false;if(A||c)b.disable(c)};xa=function(c){var a=null;if(c)if(c.match(/\.swf(\?\.*)?$/i)){if(a=c.substr(c.toLowerCase().lastIndexOf(".swf?")+
+4))return c}else if(c.lastIndexOf("/")!==c.length-1)c+="/";return(c&&c.lastIndexOf("/")!==-1?c.substr(0,c.lastIndexOf("/")+1):"./")+b.movieURL};da=function(){if(o!==8&&o!==9)b.flashVersion=8;var c=b.debugMode||b.debugFlash?"_debug.swf":".swf";if(b.flashVersion<9&&b.useHTML5Audio&&b.audioFormats.mp4.required)b.flashVersion=9;o=b.flashVersion;b.version=b.versionNumber+(C?" (HTML5-only mode)":o===9?" (AS3/Flash 9)":" (AS2/Flash 8)");if(o>8){b.defaultOptions=s(b.defaultOptions,b.flash9Options);b.features.buffering=
+true}if(o>8&&b.useMovieStar){b.defaultOptions=s(b.defaultOptions,b.movieStarOptions);b.filePatterns.flash9=RegExp("\\.(mp3|"+b.netStreamTypes.join("|")+")(\\?.*)?$","i");b.mimePattern=b.netStreamMimeTypes;b.features.movieStar=true}else b.features.movieStar=false;b.filePattern=b.filePatterns[o!==8?"flash9":"flash8"];b.movieURL=(o===8?"soundmanager2.swf":"soundmanager2_flash9.swf").replace(".swf",c);b.features.peakData=b.features.waveformData=b.features.eqData=o>8};va=function(c,a){if(!b.o||!b.allowPolling)return false;
+b.o._setPolling(c,a)};(function(){function c(e){e=Ca.call(e);var j=e.length;if(f){e[1]="on"+e[1];j>3&&e.pop()}else j===3&&e.push(false);return e}function a(e,j){var n=e.shift()[i[j]];f?n(e[0],e[1]):n.apply(this,e)}var f=l.attachEvent,i={add:f?"attachEvent":"addEventListener",remove:f?"detachEvent":"removeEventListener"};y=function(){a(c(arguments),"add")};v=function(){a(c(arguments),"remove")}})();ha=function(){function c(){f.left=l.scrollX+"px";f.top=l.scrollY+"px"}function a(i){i=l[(i?"add":"remove")+
+"EventListener"];i("resize",c,false);i("scroll",c,false)}var f=null;return{check:function(i){f=b.oMC.style;if(t.match(/android/i)){if(i){if(b.flashLoadTimeout)b._s.flashLoadTimeout=0;return false}f.position="absolute";f.left=f.top="0px";a(true);b.onready(function(){a(false);if(f)f.left=f.top="-9999px"});c()}return true}}}();X=function(c,a){var f=a?a:b.url,i=b.altURL?b.altURL:f,e;e=fa();var j,n,h=I(),d,g=null;g=(g=k.getElementsByTagName("html")[0])&&g.dir&&g.dir.match(/rtl/i);c=typeof c==="undefined"?
+b.id:c;if(L&&M)return false;if(C){da();b.oMC=z(b.movieID);V();M=L=true;return false}L=true;da();b.url=xa(this._overHTTP?f:i);a=b.url;b.wmode=!b.wmode&&b.useHighPerformance&&!b.useMovieStar?"transparent":b.wmode;if(b.wmode!==null&&!w&&!b.useHighPerformance&&navigator.platform.match(/win32/i)){b.specialWmodeCase=true;b.wmode=null}e={name:c,id:c,src:a,width:"100%",height:"100%",quality:"high",allowScriptAccess:b.allowScriptAccess,bgcolor:b.bgColor,pluginspage:"http://www.macromedia.com/go/getflashplayer",
+type:"application/x-shockwave-flash",wmode:b.wmode};if(b.debugFlash)e.FlashVars="debug=1";b.wmode||delete e.wmode;if(w){f=k.createElement("div");n='<object id="'+c+'" data="'+a+'" type="'+e.type+'" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+a+'" /><param name="AllowScriptAccess" value="'+b.allowScriptAccess+'" /><param name="quality" value="'+e.quality+'" />'+(b.wmode?'<param name="wmode" value="'+b.wmode+'" /> ':"")+'<param name="bgcolor" value="'+b.bgColor+'" />'+(b.debugFlash?
+'<param name="FlashVars" value="'+e.FlashVars+'" />':"")+"<!-- --\></object>"}else{f=k.createElement("embed");for(j in e)e.hasOwnProperty(j)&&f.setAttribute(j,e[j])}pa();h=I();if(e=fa()){b.oMC=z(b.movieID)?z(b.movieID):k.createElement("div");if(b.oMC.id){d=b.oMC.className;b.oMC.className=(d?d+" ":b.swfCSS.swfDefault)+(h?" "+h:"");b.oMC.appendChild(f);if(w){j=b.oMC.appendChild(k.createElement("div"));j.className=b.swfCSS.swfBox;j.innerHTML=n}M=true;ha.check(true)}else{b.oMC.id=b.movieID;b.oMC.className=
+b.swfCSS.swfDefault+" "+h;j=h=null;if(!b.useFlashBlock)if(b.useHighPerformance)h={position:"fixed",width:"8px",height:"8px",bottom:"0px",left:"0px",overflow:"hidden"};else{h={position:"absolute",width:"6px",height:"6px",top:"-9999px",left:"-9999px"};if(g)h.left=Math.abs(parseInt(h.left,10))+"px"}if(t.match(/webkit/i))b.oMC.style.zIndex=1E4;if(!b.debugFlash)for(d in h)if(h.hasOwnProperty(d))b.oMC.style[d]=h[d];try{w||b.oMC.appendChild(f);e.appendChild(b.oMC);if(w){j=b.oMC.appendChild(k.createElement("div"));
+j.className=b.swfCSS.swfBox;j.innerHTML=n}M=true}catch(m){throw Error(H("appXHTML"));}ha.check()}}return true};p=this.getSoundById;O=function(){if(C){X();return false}if(b.o)return false;b.o=b.getMovie(b.id);if(!b.o){if(Q){if(w)b.oMC.innerHTML=ia;else b.oMC.appendChild(Q);Q=null;L=true}else X(b.id,b.url);b.o=b.getMovie(b.id)}b.oninitmovie instanceof Function&&setTimeout(b.oninitmovie,1);return true};ca=function(c){if(c)b.url=c;O()};W=function(){setTimeout(ta,500)};ta=function(){if($)return false;
+$=true;v(l,"load",W);if(K&&!na)return false;var c;q||(c=b.getMoviePercent());setTimeout(function(){c=b.getMoviePercent();if(!q&&Ea)if(c===null)if(b.useFlashBlock||b.flashLoadTimeout===0)b.useFlashBlock&&ja();else P(true);else b.flashLoadTimeout!==0&&P(true)},b.flashLoadTimeout)};ca=function(c){if(c)b.url=c;O()};I=function(){var c=[];b.debugMode&&c.push(b.swfCSS.sm2Debug);b.debugFlash&&c.push(b.swfCSS.flashDebug);b.useHighPerformance&&c.push(b.swfCSS.highPerf);return c.join(" ")};ja=function(){H("fbHandler");
+var c=b.getMoviePercent();if(b.supported()){if(b.oMC)b.oMC.className=I()+" "+b.swfCSS.swfDefault+(" "+b.swfCSS.swfUnblocked)}else{if(J)b.oMC.className=I()+" "+b.swfCSS.swfDefault+" "+(c===null?b.swfCSS.swfTimedout:b.swfCSS.swfError);b.didFlashBlock=true;E(true);b.onerror instanceof Function&&b.onerror.apply(l)}};B=function(){function c(){v(l,"focus",B);v(l,"load",B)}if(na||!K){c();return true}na=Ea=true;S&&K&&v(l,"mousemove",B);$=false;c();return true};N=function(c){if(q)return false;if(C){q=true;
+E();F();return true}b.useFlashBlock&&b.flashLoadTimeout&&!b.getMoviePercent()||(q=true);if(A||c){if(b.useFlashBlock)b.oMC.className=I()+" "+(b.getMoviePercent()===null?b.swfCSS.swfTimedout:b.swfCSS.swfError);E();b.onerror instanceof Function&&b.onerror.apply(l);return false}if(b.waitForWindowLoad&&!ra){y(l,"load",F);return false}else F();return true};sa=function(c,a){D.push({method:c,scope:a||null,fired:false})};E=function(c){if(!q&&!c)return false;c={success:c?b.supported():!A};var a=[],f,i,e=!b.useFlashBlock||
+b.useFlashBlock&&!b.supported();f=0;for(i=D.length;f<i;f++)D[f].fired!==true&&a.push(D[f]);if(a.length){f=0;for(i=a.length;f<i;f++){a[f].scope?a[f].method.apply(a[f].scope,[c]):a[f].method(c);if(!e)a[f].fired=true}}return true};F=function(){l.setTimeout(function(){b.useFlashBlock&&ja();E();b.onload instanceof Function&&b.onload.apply(l);b.waitForWindowLoad&&y(l,"load",F)},1)};Aa=function(){var c,a,f=!U.match(/usehtml5audio/i)&&!U.match(/sm2\-ignorebadua/i)&&S&&t.match(/OS X 10_6_(3|4)/i);if(t.match(/iphone os (1|2|3_0|3_1)/i)?
+true:false){b.hasHTML5=false;C=true;if(b.oMC)b.oMC.style.display="none";return false}if(b.useHTML5Audio){if(!b.html5||!b.html5.canPlayType){b.hasHTML5=false;return true}else b.hasHTML5=true;if(f){b.useHTML5Audio=false;b.hasHTML5=false;return true}}else return true;for(a in b.audioFormats)if(b.audioFormats.hasOwnProperty(a)&&b.audioFormats[a].required&&!b.html5.canPlayType(b.audioFormats[a].type))c=true;if(b.ignoreFlash)c=false;C=b.useHTML5Audio&&b.hasHTML5&&!c;return c};V=function(){var c,a=[];if(q)return false;
+if(b.hasHTML5)for(c in b.audioFormats)b.audioFormats.hasOwnProperty(c)&&a.push(c+": "+b.html5[c]);if(C){if(!q){v(l,"load",b.beginDelayedInit);b.enabled=true;N()}return true}O();try{b.o._externalInterfaceTest(false);if(b.allowPolling)va(true,b.useFastPolling?true:false);b.debugMode||b.o._disableDebug();b.enabled=true}catch(f){P(true);N();return false}N();v(l,"load",b.beginDelayedInit);return true};ua=function(){if(la)return false;X();O();return la=true};G=function(){if(ea)return false;ea=true;pa();
+Ba();b.html5.usingFlash=Aa();J=b.html5.usingFlash;ea=true;k.removeEventListener&&k.removeEventListener("DOMContentLoaded",G,false);ca();return true};ya=function(c){if(!c._hasTimer)c._hasTimer=true};za=function(c){if(c._hasTimer)c._hasTimer=false};ga=function(){b.onerror instanceof Function&&b.onerror();b.disable()};this._setSandboxType=function(){};this._externalInterfaceOK=function(){if(b.swfLoaded)return false;(new Date).getTime();b.swfLoaded=true;K=false;w?setTimeout(V,100):V()};ma=function(){if(k.readyState===
+"complete"){G();k.detachEvent("onreadystatechange",ma)}return true};if(!b.hasHTML5||J){y(l,"focus",B);y(l,"load",B);y(l,"load",W);S&&K&&y(l,"mousemove",B)}if(k.addEventListener)k.addEventListener("DOMContentLoaded",G,false);else k.attachEvent?k.attachEvent("onreadystatechange",ma):ga();k.readyState==="complete"&&setTimeout(G,100)}var Fa=null;if(typeof SM2_DEFER==="undefined"||!SM2_DEFER)Fa=new oa;T.SoundManager=oa;T.soundManager=Fa})(window);
diff --git a/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug.js b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug.js
new file mode 100755
index 0000000..9c1df6f
--- /dev/null
+++ b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2-nodebug.js
@@ -0,0 +1,2838 @@
+/** @license
+ * SoundManager 2: Javascript Sound for the Web
+ * --------------------------------------------
+ * http://schillmania.com/projects/soundmanager2/
+ *
+ * Copyright (c) 2007, Scott Schiller. All rights reserved.
+ * Code provided under the BSD License:
+ * http://schillmania.com/projects/soundmanager2/license.txt
+ *
+ * V2.97a.20101010
+ */
+
+/*jslint white: false, onevar: true, undef: true, nomen: false, eqeqeq: true, plusplus: false, bitwise: true, regexp: true, newcap: true, immed: true, regexp: false */
+/*global window, SM2_DEFER, sm2Debugger, alert, console, document, navigator, setTimeout, setInterval, clearInterval, Audio */
+
+(function(window) {
+
+var soundManager = null;
+
+function SoundManager(smURL, smID) {
+
+ this.flashVersion = 8; // version of flash to require, either 8 or 9. Some API features require Flash 9.
+ this.debugMode = false; // enable debugging output (div#soundmanager-debug, OR console if available+configured)
+ this.debugFlash = false; // enable debugging output inside SWF, troubleshoot Flash/browser issues
+ this.useConsole = true; // use firebug/safari console.log()-type debug console if available
+ this.consoleOnly = false; // if console is being used, do not create/write to #soundmanager-debug
+ this.waitForWindowLoad = false; // force SM2 to wait for window.onload() before trying to call soundManager.onload()
+ this.nullURL = 'about:blank'; // path to "null" (empty) MP3 file, used to unload sounds (Flash 8 only)
+ this.allowPolling = true; // allow flash to poll for status update (required for whileplaying() events, peak, sound spectrum functions to work.)
+ this.useFastPolling = false; // uses lower flash timer interval for higher callback frequency, best combined with useHighPerformance
+ this.useMovieStar = true; // enable support for Flash 9.0r115+ (codename "MovieStar") MPEG4 audio formats (AAC, M4V, FLV, MOV etc.)
+ this.bgColor = '#ffffff'; // movie (.swf) background color, eg. '#000000'
+ this.useHighPerformance = false; // position:fixed flash movie can help increase js/flash speed, minimize lag
+ this.flashLoadTimeout = 1000; // msec to wait for flash movie to load before failing (0 = infinity)
+ this.wmode = null; // string: flash rendering mode - null, transparent, opaque (last two allow layering of HTML on top)
+ this.allowScriptAccess = 'always'; // for scripting the SWF (object/embed property), either 'always' or 'sameDomain'
+ this.useFlashBlock = false; // *requires flashblock.css, see demos* - allow recovery from flash blockers. Wait indefinitely and apply timeout CSS to SWF, if applicable.
+ this.useHTML5Audio = false; // Beta feature: Use HTML 5 Audio() where API is supported (most Safari, Chrome versions), Firefox (no MP3/MP4.) Ideally, transparent vs. Flash API where possible.
+ this.html5Test = /^probably$/i; // HTML5 Audio().canPlayType() test. /^(probably|maybe)$/i if you want to be more liberal/risky.
+ this.ondebuglog = false; // callback made with each log message, regardless of debugMode
+
+ this.audioFormats = {
+ // determines HTML5 support, flash requirements
+ // eg. if MP3 or MP4 required, Flash fallback is used if HTML5 can't play it
+ // shotgun approach to MIME testing due to browser variance
+ 'mp3': {
+ 'type': ['audio/mpeg; codecs="mp3"','audio/mpeg','audio/mp3','audio/MPA','audio/mpa-robust'],
+ 'required': true
+ },
+ 'mp4': {
+ 'related': ['aac','m4a'], // additional formats under the MP4 container
+ 'type': ['audio/mp4; codecs="mp4a.40.2"','audio/aac','audio/x-m4a','audio/MP4A-LATM','audio/mpeg4-generic'],
+ 'required': true
+ },
+ 'ogg': {
+ 'type': ['audio/ogg; codecs=vorbis'],
+ 'required': false
+ },
+ 'wav': {
+ 'type': ['audio/wav; codecs="1"','audio/wav','audio/wave','audio/x-wav'],
+ 'required': false
+ }
+ };
+
+ this.defaultOptions = {
+ 'autoLoad': false, // enable automatic loading (otherwise .load() will be called on demand with .play(), the latter being nicer on bandwidth - if you want to .load yourself, you also can)
+ 'stream': true, // allows playing before entire file has loaded (recommended)
+ 'autoPlay': false, // enable playing of file as soon as possible (much faster if "stream" is true)
+ 'loops': 1, // how many times to repeat the sound (position will wrap around to 0, setPosition() will break out of loop when >0)
+ 'onid3': null, // callback function for "ID3 data is added/available"
+ 'onload': null, // callback function for "load finished"
+ 'whileloading': null, // callback function for "download progress update" (X of Y bytes received)
+ 'onplay': null, // callback for "play" start
+ 'onpause': null, // callback for "pause"
+ 'onresume': null, // callback for "resume" (pause toggle)
+ 'whileplaying': null, // callback during play (position update)
+ 'onstop': null, // callback for "user stop"
+ 'onfailure': null, // callback function for when playing fails
+ 'onfinish': null, // callback function for "sound finished playing"
+ 'onbeforefinish': null, // callback for "before sound finished playing (at [time])"
+ 'onbeforefinishtime': 5000, // offset (milliseconds) before end of sound to trigger beforefinish (eg. 1000 msec = 1 second)
+ 'onbeforefinishcomplete': null,// function to call when said sound finishes playing
+ 'onjustbeforefinish': null, // callback for [n] msec before end of current sound
+ 'onjustbeforefinishtime': 200, // [n] - if not using, set to 0 (or null handler) and event will not fire.
+ 'multiShot': true, // let sounds "restart" or layer on top of each other when played multiple times, rather than one-shot/one at a time
+ 'multiShotEvents': false, // fire multiple sound events (currently onfinish() only) when multiShot is enabled
+ 'position': null, // offset (milliseconds) to seek to within loaded sound data.
+ 'pan': 0, // "pan" settings, left-to-right, -100 to 100
+ 'type': null, // MIME-like hint for file pattern / canPlay() tests, eg. audio/mp3
+ 'usePolicyFile': false, // enable crossdomain.xml request for audio on remote domains (for ID3/waveform access)
+ 'volume': 100 // self-explanatory. 0-100, the latter being the max.
+ };
+
+ this.flash9Options = { // flash 9-only options, merged into defaultOptions if flash 9 is being used
+ 'isMovieStar': null, // "MovieStar" MPEG4 audio mode. Null (default) = auto detect MP4, AAC etc. based on URL. true = force on, ignore URL
+ 'usePeakData': false, // enable left/right channel peak (level) data
+ 'useWaveformData': false, // enable sound spectrum (raw waveform data) - WARNING: CPU-INTENSIVE: may set CPUs on fire.
+ 'useEQData': false, // enable sound EQ (frequency spectrum data) - WARNING: Also CPU-intensive.
+ 'onbufferchange': null, // callback for "isBuffering" property change
+ 'ondataerror': null, // callback for waveform/eq data access error (flash playing audio in other tabs/domains)
+ 'onstats': null // callback for when connection & play times have been measured
+ };
+
+ this.movieStarOptions = { // flash 9.0r115+ MPEG4 audio options, merged into defaultOptions if flash 9+movieStar mode is enabled
+ 'bufferTime': 3, // seconds of data to buffer before playback begins (null = flash default of 0.1 seconds - if AAC playback is gappy, try increasing.)
+ 'serverURL': null, // rtmp: FMS or FMIS server to connect to, required when requesting media via RTMP or one of its variants
+ 'onconnect': null, // rtmp: callback for connection to flash media server
+ 'bufferTimes': null, // array of buffer sizes to use. Size increases as buffer fills up.
+ 'duration': null // rtmp: song duration (msec)
+ };
+
+ this.version = null;
+ this.versionNumber = 'V2.97a.20101010';
+ this.movieURL = null;
+ this.url = (smURL || null);
+ this.altURL = null;
+ this.swfLoaded = false;
+ this.enabled = false;
+ this.o = null;
+ this.movieID = 'sm2-container';
+ this.id = (smID || 'sm2movie');
+ this.swfCSS = {
+ 'swfBox': 'sm2-object-box',
+ 'swfDefault': 'movieContainer',
+ 'swfError': 'swf_error', // SWF loaded, but SM2 couldn't start (other error)
+ 'swfTimedout': 'swf_timedout',
+ 'swfUnblocked': 'swf_unblocked', // or loaded OK
+ 'sm2Debug': 'sm2_debug',
+ 'highPerf': 'high_performance',
+ 'flashDebug': 'flash_debug'
+ };
+ this.oMC = null;
+ this.sounds = {};
+ this.soundIDs = [];
+ this.muted = false;
+ this.debugID = 'soundmanager-debug';
+ this.debugURLParam = /([#?&])debug=1/i;
+ this.specialWmodeCase = false;
+ this.didFlashBlock = false;
+
+ this.filePattern = null;
+ this.filePatterns = {
+ 'flash8': /\.mp3(\?.*)?$/i,
+ 'flash9': /\.mp3(\?.*)?$/i
+ };
+
+ this.baseMimeTypes = /^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i; // mp3
+ this.netStreamMimeTypes = /^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i; // mp3, mp4, aac etc.
+ this.netStreamTypes = ['aac', 'flv', 'mov', 'mp4', 'm4v', 'f4v', 'm4a', 'mp4v', '3gp', '3g2']; // Flash v9.0r115+ "moviestar" formats
+ this.netStreamPattern = new RegExp('\\.(' + this.netStreamTypes.join('|') + ')(\\?.*)?$', 'i');
+ this.mimePattern = this.baseMimeTypes;
+
+ this.features = {
+ 'buffering': false,
+ 'peakData': false,
+ 'waveformData': false,
+ 'eqData': false,
+ 'movieStar': false
+ };
+
+ this.sandbox = {
+ /*
+ 'type': null,
+ 'types': {
+ 'remote': 'remote (domain-based) rules',
+ 'localWithFile': 'local with file access (no internet access)',
+ 'localWithNetwork': 'local with network (internet access only, no local access)',
+ 'localTrusted': 'local, trusted (local+internet access)'
+ },
+ 'description': null,
+ 'noRemote': null,
+ 'noLocal': null
+ */
+ };
+
+ this.hasHTML5 = null; // switch for handling logic
+ this.html5 = { // stores canPlayType() results, etc. treat as read-only.
+ // mp3: boolean
+ // mp4: boolean
+ 'usingFlash': null // set if/when flash fallback is needed
+ };
+ this.ignoreFlash = false; // used for special cases (eg. iPad/iPhone/palm OS?)
+
+ // --- private SM2 internals ---
+
+ var SMSound,
+ _s = this, _sm = 'soundManager', _id, _ua = navigator.userAgent, _wl = window.location.href.toString(), _fV = this.flashVersion, _doc = document, _win = window, _doNothing, _init, _onready = [], _debugOpen = true, _debugTS, _didAppend = false, _appendSuccess = false, _didInit = false, _disabled = false, _windowLoaded = false, _wDS, _wdCount = 0, _initComplete, _mixin, _addOnReady, _processOnReady, _initUserOnload, _go, _delayWaitForEI, _waitForEI, _setVersionInfo, _handleFocus, _beginInit, _strings, _initMovie, _dcLoaded, _didDCLoaded, _getDocument, _createMovie, _die, _mobileFlash, _setPolling, _debugLevels = ['log', 'info', 'warn', 'error'], _defaultFlashVersion = 8, _disableObject, _failSafely, _normalizeMovieURL, _oRemoved = null, _oRemovedHTML = null, _str, _flashBlockHandler, _getSWFCSS, _toggleDebug, _loopFix, _policyFix, _complain, _idCheck, _waitingForEI = false, _initPending = false, _smTimer, _onTimer, _startTimer, _stopTimer, _needsFlash = null, _featureCheck, _html5OK, _html5Only = false, _html5CanPlay, _html5Ext, _dcIE, _testHTML5, _addEvt, _removeEvt, _slice = Array.prototype.slice,
+ _is_pre = _ua.match(/pre\//i),
+ _iPadOrPhone = _ua.match(/(ipad|iphone)/i),
+ _isMobile = (_ua.match(/mobile/i) || _is_pre || _iPadOrPhone),
+ _isIE = (_ua.match(/MSIE/i)),
+ _isSafari = (_ua.match(/safari/i) && !_ua.match(/chrome/i)),
+ _hasConsole = (typeof console !== 'undefined' && typeof console.log !== 'undefined'),
+ _isFocused = (typeof _doc.hasFocus !== 'undefined'?_doc.hasFocus():null),
+ _tryInitOnFocus = (typeof _doc.hasFocus === 'undefined' && _isSafari),
+ _okToDisable = !_tryInitOnFocus;
+
+ this._use_maybe = (_wl.match(/sm2\-useHTML5Maybe\=1/i)); // temporary feature: #sm2-useHTML5Maybe=1 forces loose canPlay() check
+ this._overHTTP = (_doc.location?_doc.location.protocol.match(/http/i):null);
+ this.useAltURL = !this._overHTTP; // use altURL if not "online"
+
+ if (_iPadOrPhone || _is_pre) {
+ // might as well force it on Apple + Palm, flash support unlikely
+ _s.useHTML5Audio = true;
+ _s.ignoreFlash = true;
+ }
+
+ if (_is_pre || this._use_maybe) {
+ // less-strict canPlayType() checking option
+ _s.html5Test = /^(probably|maybe)$/i;
+ }
+
+ // Temporary feature: allow force of HTML5 via URL: #sm2-usehtml5audio=0 or 1
+ /*
+ (function(){
+ var a = '#sm2-usehtml5audio=', l = _wl, b = null;
+ if (l.indexOf(a) !== -1) {
+ b = (l.substr(l.indexOf(a)+a.length) === '1');
+ if (typeof console !== 'undefined' && typeof console.log !== 'undefined') {
+ console.log((b?'Enabling ':'Disabling ')+'useHTML5Audio via URL parameter');
+ }
+ _s.useHTML5Audio = b;
+ }
+ }());
+ */
+
+ // --- public API methods ---
+
+ this.supported = function() {
+ return (_needsFlash?(_didInit && !_disabled):(_s.useHTML5Audio && _s.hasHTML5));
+ };
+
+ this.getMovie = function(smID) {
+ return _isIE?_win[smID]:(_isSafari?_id(smID) || _doc[smID]:_id(smID));
+ };
+
+ this.loadFromXML = function(sXmlUrl) {
+ try {
+ _s.o._loadFromXML(sXmlUrl);
+ } catch(e) {
+ _failSafely();
+ }
+ return true;
+ };
+
+ this.createSound = function(oOptions) {
+ var _cs = 'soundManager.createSound(): ',
+ thisOptions = null, oSound = null, _tO = null;
+ if (!_didInit || !_s.supported()) {
+ _complain(_cs + _str(!_didInit?'notReady':'notOK'));
+ return false;
+ }
+ if (arguments.length === 2) {
+ // function overloading in JS! :) ..assume simple createSound(id,url) use case
+ oOptions = {
+ 'id': arguments[0],
+ 'url': arguments[1]
+ };
+ }
+ thisOptions = _mixin(oOptions); // inherit from defaultOptions
+ _tO = thisOptions; // alias
+ /*
+ if (_tO.id.toString().charAt(0).match(/^[0-9]$/)) {
+ //_s._wD(_cs + _str('badID', _tO.id), 2);
+ }
+ //_s._wD(_cs + _tO.id + ' (' + _tO.url + ')', 1);
+ */
+ if (_idCheck(_tO.id, true)) {
+ //_s._wD(_cs + _tO.id + ' exists', 1);
+ return _s.sounds[_tO.id];
+ }
+
+ function make() {
+ thisOptions = _loopFix(thisOptions);
+ _s.sounds[_tO.id] = new SMSound(_tO);
+ _s.soundIDs.push(_tO.id);
+ return _s.sounds[_tO.id];
+ }
+
+ if (_html5OK(_tO)) {
+ oSound = make();
+ //_s._wD('Loading sound '+_tO.id+' from HTML5');
+ oSound._setup_html5(_tO);
+ } else {
+ if (_fV > 8 && _s.useMovieStar) {
+ if (_tO.isMovieStar === null) {
+ _tO.isMovieStar = ((_tO.serverURL || (_tO.type?_tO.type.match(_s.netStreamPattern):false)||_tO.url.match(_s.netStreamPattern))?true:false);
+ }
+ if (_tO.isMovieStar) {
+ //_s._wD(_cs + 'using MovieStar handling');
+ }
+ if (_tO.isMovieStar) {
+ if (_tO.usePeakData) {
+ //_wDS('noPeak');
+ _tO.usePeakData = false;
+ }
+ if (_tO.loops > 1) {
+ //_wDS('noNSLoop');
+ }
+ }
+ }
+ _tO = _policyFix(_tO, _cs);
+ oSound = make();
+ if (_fV === 8) {
+ _s.o._createSound(_tO.id, _tO.onjustbeforefinishtime, _tO.loops||1, _tO.usePolicyFile);
+ } else {
+ _s.o._createSound(_tO.id, _tO.url, _tO.onjustbeforefinishtime, _tO.usePeakData, _tO.useWaveformData, _tO.useEQData, _tO.isMovieStar, (_tO.isMovieStar?_tO.bufferTime:false), _tO.loops||1, _tO.serverURL, _tO.duration||null, _tO.autoPlay, true, _tO.bufferTimes, _tO.onstats ? true : false, _tO.autoLoad, _tO.usePolicyFile);
+ if (!_tO.serverURL) {
+ // We are connected immediately
+ oSound.connected = true;
+ if (_tO.onconnect) {
+ _tO.onconnect.apply(oSound);
+ }
+ }
+ }
+ }
+ if (_tO.autoLoad || _tO.autoPlay) {
+ if (oSound) {
+ if (_s.isHTML5) {
+ oSound.autobuffer = 'auto'; // early HTML5 implementation (non-standard)
+ oSound.preload = 'auto'; // standard
+ } else {
+ oSound.load(_tO);
+ }
+ }
+ }
+ if (_tO.autoPlay) {
+ oSound.play();
+ }
+ return oSound;
+ };
+
+ this.destroySound = function(sID, _bFromSound) {
+ // explicitly destroy a sound before normal page unload, etc.
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ var oS = _s.sounds[sID], i;
+ oS._iO = {}; // Disable all callbacks while the sound is being destroyed
+ oS.stop();
+ oS.unload();
+ for (i = 0; i < _s.soundIDs.length; i++) {
+ if (_s.soundIDs[i] === sID) {
+ _s.soundIDs.splice(i, 1);
+ break;
+ }
+ }
+ if (!_bFromSound) {
+ // ignore if being called from SMSound instance
+ oS.destruct(true);
+ }
+ oS = null;
+ delete _s.sounds[sID];
+ return true;
+ };
+
+ this.load = function(sID, oOptions) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].load(oOptions);
+ };
+
+ this.unload = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].unload();
+ };
+
+ this.play = function(sID, oOptions) {
+ var fN = 'soundManager.play(): ';
+ if (!_didInit || !_s.supported()) {
+ _complain(fN + _str(!_didInit?'notReady':'notOK'));
+ return false;
+ }
+ if (!_idCheck(sID)) {
+ if (!(oOptions instanceof Object)) {
+ oOptions = {
+ url: oOptions
+ }; // overloading use case: play('mySound','/path/to/some.mp3');
+ }
+ if (oOptions && oOptions.url) {
+ // overloading use case, create+play: .play('someID',{url:'/path/to.mp3'});
+ //_s._wD(fN + 'attempting to create "' + sID + '"', 1);
+ oOptions.id = sID;
+ return _s.createSound(oOptions).play();
+ } else {
+ return false;
+ }
+ }
+ return _s.sounds[sID].play(oOptions);
+ };
+
+ this.start = this.play; // just for convenience
+
+ this.setPosition = function(sID, nMsecOffset) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].setPosition(nMsecOffset);
+ };
+
+ this.stop = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ //_s._wD('soundManager.stop(' + sID + ')', 1);
+ return _s.sounds[sID].stop();
+ };
+
+ this.stopAll = function() {
+ //_s._wD('soundManager.stopAll()', 1);
+ for (var oSound in _s.sounds) {
+ if (_s.sounds[oSound] instanceof SMSound) {
+ _s.sounds[oSound].stop(); // apply only to sound objects
+ }
+ }
+ };
+
+ this.pause = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].pause();
+ };
+
+ this.pauseAll = function() {
+ for (var i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].pause();
+ }
+ };
+
+ this.resume = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].resume();
+ };
+
+ this.resumeAll = function() {
+ for (var i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].resume();
+ }
+ };
+
+ this.togglePause = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].togglePause();
+ };
+
+ this.setPan = function(sID, nPan) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].setPan(nPan);
+ };
+
+ this.setVolume = function(sID, nVol) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].setVolume(nVol);
+ };
+
+ this.mute = function(sID) {
+ var fN = 'soundManager.mute(): ',
+ i = 0;
+ if (typeof sID !== 'string') {
+ sID = null;
+ }
+ if (!sID) {
+ //_s._wD(fN + 'Muting all sounds');
+ for (i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].mute();
+ }
+ _s.muted = true;
+ } else {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ //_s._wD(fN + 'Muting "' + sID + '"');
+ return _s.sounds[sID].mute();
+ }
+ return true;
+ };
+
+ this.muteAll = function() {
+ _s.mute();
+ };
+
+ this.unmute = function(sID) {
+ var fN = 'soundManager.unmute(): ', i;
+ if (typeof sID !== 'string') {
+ sID = null;
+ }
+ if (!sID) {
+ //_s._wD(fN + 'Unmuting all sounds');
+ for (i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].unmute();
+ }
+ _s.muted = false;
+ } else {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ //_s._wD(fN + 'Unmuting "' + sID + '"');
+ return _s.sounds[sID].unmute();
+ }
+ return true;
+ };
+
+ this.unmuteAll = function() {
+ _s.unmute();
+ };
+
+ this.toggleMute = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].toggleMute();
+ };
+
+ this.getMemoryUse = function() {
+ if (_fV === 8) {
+ return 0;
+ }
+ if (_s.o) {
+ return parseInt(_s.o._getMemoryUse(), 10);
+ }
+ };
+
+ this.disable = function(bNoDisable) {
+ // destroy all functions
+ if (typeof bNoDisable === 'undefined') {
+ bNoDisable = false;
+ }
+ if (_disabled) {
+ return false;
+ }
+ _disabled = true;
+ //_wDS('shutdown', 1);
+ for (var i = _s.soundIDs.length; i--;) {
+ _disableObject(_s.sounds[_s.soundIDs[i]]);
+ }
+ _initComplete(bNoDisable); // fire "complete", despite fail
+ _removeEvt(_win, 'load', _initUserOnload);
+ return true;
+ };
+
+ this.canPlayMIME = function(sMIME) {
+ var result;
+ if (_s.hasHTML5) {
+ result = _html5CanPlay({type:sMIME});
+ }
+ if (!_needsFlash || result) {
+ // no flash, or OK
+ return result;
+ } else {
+ return (sMIME?(sMIME.match(_s.mimePattern)?true:false):null);
+ }
+ };
+
+ this.canPlayURL = function(sURL) {
+ var result;
+ if (_s.hasHTML5) {
+ result = _html5CanPlay(sURL);
+ }
+ if (!_needsFlash || result) {
+ // no flash, or OK
+ return result;
+ } else {
+ return (sURL?(sURL.match(_s.filePattern)?true:false):null);
+ }
+ };
+
+ this.canPlayLink = function(oLink) {
+ if (typeof oLink.type !== 'undefined' && oLink.type) {
+ if (_s.canPlayMIME(oLink.type)) {
+ return true;
+ }
+ }
+ return _s.canPlayURL(oLink.href);
+ };
+
+ this.getSoundById = function(sID, suppressDebug) {
+ if (!sID) {
+ throw new Error('SoundManager.getSoundById(): sID is null/undefined');
+ }
+ var result = _s.sounds[sID];
+ if (!result && !suppressDebug) {
+ //_s._wD('"' + sID + '" is an invalid sound ID.', 2);
+ }
+ return result;
+ };
+
+ this.onready = function(oMethod, oScope) {
+ if (oMethod && oMethod instanceof Function) {
+ if (_didInit) {
+ //_wDS('queue');
+ }
+ if (!oScope) {
+ oScope = _win;
+ }
+ _addOnReady(oMethod, oScope);
+ _processOnReady();
+ return true;
+ } else {
+ throw _str('needFunction');
+ }
+ };
+
+ this.getMoviePercent = function() {
+ return (_s.o && typeof _s.o.PercentLoaded !== 'undefined'?_s.o.PercentLoaded():null);
+ };
+
+ this._writeDebug = function(sText, sType, bTimestamp) {
+ // If the debug log callback is set, always call it, regardless of debugMode
+ if (_s.ondebuglog) {
+ _s.ondebuglog(sText, sType, bTimestamp);
+ }
+ // pseudo-private console.log()-style output
+ /*
+ var sDID = 'soundmanager-debug', o, oItem, sMethod;
+ if (!_s.debugMode) {
+ return false;
+ }
+ if (typeof bTimestamp !== 'undefined' && bTimestamp) {
+ sText = sText + ' | ' + new Date().getTime();
+ }
+ if (_hasConsole && _s.useConsole) {
+ sMethod = _debugLevels[sType];
+ if (typeof console[sMethod] !== 'undefined') {
+ console[sMethod](sText);
+ } else {
+ console.log(sText);
+ }
+ if (_s.useConsoleOnly) {
+ return true;
+ }
+ }
+ try {
+ o = _id(sDID);
+ if (!o) {
+ return false;
+ }
+ oItem = _doc.createElement('div');
+ if (++_wdCount % 2 === 0) {
+ oItem.className = 'sm2-alt';
+ }
+ if (typeof sType === 'undefined') {
+ sType = 0;
+ } else {
+ sType = parseInt(sType, 10);
+ }
+ oItem.appendChild(_doc.createTextNode(sText));
+ if (sType) {
+ if (sType >= 2) {
+ oItem.style.fontWeight = 'bold';
+ }
+ if (sType === 3) {
+ oItem.style.color = '#ff3333';
+ }
+ }
+ // o.appendChild(oItem); // top-to-bottom
+ o.insertBefore(oItem, o.firstChild); // bottom-to-top
+ } catch(e) {
+ // oh well
+ }
+ o = null;
+ */
+ return true;
+ };
+ this._wD = this._writeDebug; // alias
+
+ this._debug = function() {
+ /*
+ //_wDS('currentObj', 1);
+ for (var i = 0, j = _s.soundIDs.length; i < j; i++) {
+ _s.sounds[_s.soundIDs[i]]._debug();
+ }
+ */
+ };
+
+ this.reboot = function() {
+ // attempt to reset and init SM2
+ //_s._wD('soundManager.reboot()');
+ if (_s.soundIDs.length) {
+ //_s._wD('Destroying ' + _s.soundIDs.length + ' SMSound objects...');
+ }
+ for (var i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].destruct();
+ }
+ // trash ze flash
+ try {
+ if (_isIE) {
+ _oRemovedHTML = _s.o.innerHTML;
+ }
+ _oRemoved = _s.o.parentNode.removeChild(_s.o);
+ //_s._wD('Flash movie removed.');
+ } catch(e) {
+ // uh-oh.
+ //_wDS('badRemove', 2);
+ }
+ // actually, force recreate of movie.
+ _oRemovedHTML = _oRemoved = null;
+ _s.enabled = _didInit = _waitingForEI = _initPending = _didAppend = _appendSuccess = _disabled = _s.swfLoaded = false;
+ _s.soundIDs = _s.sounds = [];
+ _s.o = null;
+ for (i = _onready.length; i--;) {
+ _onready[i].fired = false;
+ }
+ //_s._wD(_sm + ': Rebooting...');
+ _win.setTimeout(function() {
+ _s.beginDelayedInit();
+ }, 20);
+ };
+
+ this.destruct = function() {
+ //_s._wD('soundManager.destruct()');
+ _s.disable(true);
+ };
+
+ this.beginDelayedInit = function() {
+ // //_s._wD('soundManager.beginDelayedInit()');
+ _windowLoaded = true;
+ _dcLoaded();
+ setTimeout(_beginInit, 20);
+ _delayWaitForEI();
+ };
+
+ // --- SMSound (sound object) instance ---
+
+ SMSound = function(oOptions) {
+ var _t = this, _resetProperties, _add_html5_events, _stop_html5_timer, _start_html5_timer, _get_html5_duration, _a;
+ this.sID = oOptions.id;
+ this.url = oOptions.url;
+ this.options = _mixin(oOptions);
+ this.instanceOptions = this.options; // per-play-instance-specific options
+ this._iO = this.instanceOptions; // short alias
+ // assign property defaults
+ this.pan = this.options.pan;
+ this.volume = this.options.volume;
+ this._lastURL = null;
+ this.isHTML5 = false;
+
+ // --- public methods ---
+
+ this.id3 = {};
+
+ this._debug = function() {
+ /*
+ // pseudo-private console.log()-style output
+ if (_s.debugMode) {
+ var stuff = null, msg = [], sF, sfBracket, maxLength = 64;
+ for (stuff in _t.options) {
+ if (_t.options[stuff] !== null) {
+ if (_t.options[stuff] instanceof Function) {
+ // handle functions specially
+ sF = _t.options[stuff].toString();
+ sF = sF.replace(/\s\s+/g, ' '); // normalize spaces
+ sfBracket = sF.indexOf('{');
+ msg.push(' ' + stuff + ': {' + sF.substr(sfBracket + 1, (Math.min(Math.max(sF.indexOf('\n') - 1, maxLength), maxLength))).replace(/\n/g, '') + '... }');
+ } else {
+ msg.push(' ' + stuff + ': ' + _t.options[stuff]);
+ }
+ }
+ }
+ //_s._wD('SMSound() merged options: {\n' + msg.join(', \n') + '\n}');
+ }
+ */
+ };
+
+ this._debug();
+
+ this.load = function(oOptions) {
+ var oS = null;
+ if (typeof oOptions !== 'undefined') {
+ _t._iO = _mixin(oOptions);
+ _t.instanceOptions = _t._iO;
+ } else {
+ oOptions = _t.options;
+ _t._iO = oOptions;
+ _t.instanceOptions = _t._iO;
+ if (_t._lastURL && _t._lastURL !== _t.url) {
+ //_wDS('manURL');
+ _t._iO.url = _t.url;
+ _t.url = null;
+ }
+ }
+ //_s._wD('soundManager.load(): ' + _t._iO.url, 1);
+ if (_t._iO.url === _t.url && _t.readyState !== 0 && _t.readyState !== 2) {
+ //_wDS('onURL', 1);
+ return _t;
+ }
+ _t._lastURL = _t.url;
+ _t.loaded = false;
+ _t.readyState = 1;
+ _t.playState = 0;
+ if (_html5OK(_t._iO)) {
+ //_s._wD('HTML 5 load: '+_t._iO.url);
+ oS = _t._setup_html5(_t._iO);
+ oS.load();
+ if (_t._iO.autoPlay) {
+ _t.play();
+ }
+ } else {
+ try {
+ _t.isHTML5 = false;
+ _t._iO = _policyFix(_loopFix(_t._iO));
+ if (_fV === 8) {
+ _s.o._load(_t.sID, _t._iO.url, _t._iO.stream, _t._iO.autoPlay, (_t._iO.whileloading?1:0), _t._iO.loops||1, _t._iO.usePolicyFile);
+ } else {
+ _s.o._load(_t.sID, _t._iO.url, _t._iO.stream?true:false, _t._iO.autoPlay?true:false, _t._iO.loops||1, _t._iO.autoLoad?true:false, _t._iO.usePolicyFile);
+ }
+ } catch(e) {
+ //_wDS('smError', 2);
+ //_debugTS('onload', false);
+ _die();
+ }
+ }
+ return _t;
+ };
+
+ this.unload = function() {
+ // Flash 8/AS2 can't "close" a stream - fake it by loading an empty MP3
+ // Flash 9/AS3: Close stream, preventing further load
+ if (_t.readyState !== 0) {
+ //_s._wD('SMSound.unload(): "' + _t.sID + '"');
+ if (!_t.isHTML5) {
+ if (_fV === 8) {
+ _s.o._unload(_t.sID, _s.nullURL);
+ } else {
+ _s.o._unload(_t.sID);
+ }
+ } else {
+ _stop_html5_timer();
+ if (_a) {
+ // abort()-style method here, stop loading? (doesn't exist?)
+ _a.pause();
+ _a.src = _s.nullURL; // needed? does nulling object work? any better way to cancel/unload/abort?
+ _a.load();
+ _t._audio = null;
+ _a = null;
+ // delete _t._audio;
+ }
+ }
+ // reset load/status flags
+ _resetProperties();
+ }
+ return _t;
+ };
+
+ this.destruct = function(_bFromSM) {
+ //_s._wD('SMSound.destruct(): "' + _t.sID + '"');
+ if (!_t.isHTML5) {
+ // kill sound within Flash
+ // Disable the onfailure handler
+ _t._iO.onfailure = null;
+ _s.o._destroySound(_t.sID);
+ } else {
+ _stop_html5_timer();
+ if (_a) {
+ _a.pause();
+ _a.src = 'about:blank';
+ _a.load();
+ _t._audio = null;
+ _a = null;
+ // delete _t._audio;
+ }
+ }
+ if (!_bFromSM) {
+ _s.destroySound(_t.sID, true); // ensure deletion from controller
+ }
+ };
+
+ this.play = function(oOptions, _updatePlayState) {
+ var fN = 'SMSound.play(): ', allowMulti;
+ _updatePlayState = (typeof _updatePlayState === 'undefined' ? true : _updatePlayState);
+ if (!oOptions) {
+ oOptions = {};
+ }
+ _t._iO = _mixin(oOptions, _t._iO);
+ _t._iO = _mixin(_t._iO, _t.options);
+ _t.instanceOptions = _t._iO;
+ if (_t._iO.serverURL) {
+ if (!_t.connected) {
+ if (!_t.getAutoPlay()) {
+ //_s._wD(fN+' Netstream not connected yet - setting autoPlay');
+ _t.setAutoPlay(true);
+ }
+ return _t;
+ }
+ }
+ if (_html5OK(_t._iO)) {
+ _t._setup_html5(_t._iO);
+ _start_html5_timer();
+ }
+ // KJV paused sounds have playState 1. We want these sounds to play.
+ if (_t.playState === 1 && !_t.paused) {
+ allowMulti = _t._iO.multiShot;
+ if (!allowMulti) {
+ //_s._wD(fN + '"' + _t.sID + '" already playing (one-shot)', 1);
+ return _t;
+ } else {
+ //_s._wD(fN + '"' + _t.sID + '" already playing (multi-shot)', 1);
+ if (_t.isHTML5) {
+ // TODO: BUG?
+ _t.setPosition(_t._iO.position);
+ }
+ }
+ }
+ if (!_t.loaded) {
+ if (_t.readyState === 0) {
+ //_s._wD(fN + 'Attempting to load "' + _t.sID + '"', 1);
+ // try to get this sound playing ASAP
+ if (!_t.isHTML5) {
+ if (!_t._iO.serverURL) {
+ _t._iO.autoPlay = true;
+ _t.load(_t._iO);
+ }
+ } else {
+ _t.load(_t._iO);
+ _t.readyState = 1;
+ }
+ } else if (_t.readyState === 2) {
+ //_s._wD(fN + 'Could not load "' + _t.sID + '" - exiting', 2);
+ return _t;
+ } else {
+ //_s._wD(fN + '"' + _t.sID + '" is loading - attempting to play..', 1);
+ }
+ } else {
+ //_s._wD(fN + '"' + _t.sID + '"');
+ }
+ // Streams will pause when their buffer is full if they are not auto-playing.
+ // In this case paused is true, but the song hasn't started playing yet. If
+ // we just call resume() the onplay() callback will never be called.
+
+ // Also, if we just call resume() in this case and the sound has been muted
+ // (volume is 0), it will never have its volume set so sound will be heard
+ // when it shouldn't.
+ if (_t.paused && _t.position && _t.position > 0) { // https://gist.github.com/37b17df75cc4d7a90bf6
+ //_s._wD(fN + '"' + _t.sID + '" is resuming from paused state',1);
+ _t.resume();
+ } else {
+ //_s._wD(fN+'"'+ _t.sID+'" is starting to play');
+ _t.playState = 1;
+ _t.paused = false;
+ if (!_t.instanceCount || _t._iO.multiShotEvents || (_fV > 8 && !_t.isHTML5 && !_t.getAutoPlay())) {
+ _t.instanceCount++;
+ }
+ _t.position = (typeof _t._iO.position !== 'undefined' && !isNaN(_t._iO.position)?_t._iO.position:0);
+ _t._iO = _policyFix(_loopFix(_t._iO));
+ if (_t._iO.onplay && _updatePlayState) {
+ _t._iO.onplay.apply(_t);
+ }
+ _t.setVolume(_t._iO.volume, true);
+ _t.setPan(_t._iO.pan, true);
+ if (!_t.isHTML5) {
+ _s.o._start(_t.sID, _t._iO.loops || 1, (_fV === 9?_t.position:_t.position / 1000));
+ } else {
+ _start_html5_timer();
+ _t._setup_html5().play();
+ }
+ }
+ return _t;
+ };
+
+ this.start = this.play; // just for convenience
+
+ this.stop = function(bAll) {
+ if (_t.playState === 1) {
+ _t._onbufferchange(0);
+ _t.resetOnPosition(0);
+ if (!_t.isHTML5) {
+ _t.playState = 0;
+ }
+ _t.paused = false;
+ if (_t._iO.onstop) {
+ _t._iO.onstop.apply(_t);
+ }
+ if (!_t.isHTML5) {
+ _s.o._stop(_t.sID, bAll);
+ // hack for netStream: just unload
+ if (_t._iO.serverURL) {
+ _t.unload();
+ }
+ } else {
+ if (_a) {
+ _t.setPosition(0); // act like Flash, though
+ _a.pause(); // html5 has no stop()
+ _t.playState = 0;
+ _t._onTimer(); // and update UI
+ _stop_html5_timer();
+ _t.unload();
+ }
+ }
+ _t.instanceCount = 0;
+ _t._iO = {};
+ }
+ return _t;
+ };
+
+ this.setAutoPlay = function(autoPlay) {
+ //_s._wD('sound '+_t.sID+' turned autoplay ' + (autoPlay ? 'on' : 'off'));
+ _t._iO.autoPlay = autoPlay;
+ _s.o._setAutoPlay(_t.sID, autoPlay);
+ if (autoPlay) {
+ // KJV Only increment the instanceCount if the sound isn't loaded (TODO: verify RTMP)
+ if (!_t.instanceCount && _t.readyState === 1) {
+ _t.instanceCount++;
+ //_s._wD('sound '+_t.sID+' incremented instance count to '+_t.instanceCount);
+ }
+ }
+ };
+
+ this.getAutoPlay = function() {
+ return _t._iO.autoPlay;
+ };
+
+ this.setPosition = function(nMsecOffset, bNoDebug) {
+ if (nMsecOffset === undefined) {
+ nMsecOffset = 0;
+ }
+ // KJV Use the duration from the instance options, if we don't have a track duration yet.
+ // Auto-loading streams with a starting position in their options will start playing
+ // as soon as they connect. In the start() call we set the position on the stream,
+ // but because the stream hasn't played _t.duration won't have been set (that is
+ // done in whileloading()). So if we don't have a duration yet, use the duration
+ // from the instance options, if available.
+ var position, offset = (_t.isHTML5 ? Math.max(nMsecOffset,0) : Math.min(_t.duration || _t._iO.duration, Math.max(nMsecOffset, 0))); // position >= 0 and <= current available (loaded) duration
+ _t.position = offset;
+ _t.resetOnPosition(_t.position);
+ if (!_t.isHTML5) {
+ position = _fV === 9 ? _t.position : _t.position / 1000;
+ // KJV We want our sounds to play on seek. A progressive download that
+ // is loaded has paused = false so resume() does nothing and the sound
+ // doesn't play. Handle that case here.
+ if (_t.playState === 0) {
+ _t.play({ position: position });
+ } else {
+ _s.o._setPosition(_t.sID, position, (_t.paused || !_t.playState)); // if paused or not playing, will not resume (by playing)
+ // if (_t.paused) {
+ // _t.resume();
+ // }
+ }
+ } else if (_a) {
+ //_s._wD('setPosition(): setting position to '+(_t.position / 1000));
+ if (_t.playState) {
+ // DOM/JS errors/exceptions to watch out for:
+ // if seek is beyond (loaded?) position, "DOM exception 11"
+ // "INDEX_SIZE_ERR": DOM exception 1
+ try {
+ _a.currentTime = _t.position / 1000;
+ } catch(e) {
+ //_s._wD('setPosition('+_t.position+'): WARN: Caught exception: '+e.message, 2);
+ }
+ } else {
+ //_s._wD('HTML 5 warning: cannot set position while playState == 0 (not playing)',2);
+ }
+ if (_t.paused) { // if paused, refresh UI right away
+ _t._onTimer(true); // force update
+ if (_t._iO.useMovieStar) {
+ _t.resume();
+ }
+ }
+ }
+ return _t;
+ };
+
+ this.pause = function(bCallFlash) {
+ if (_t.paused || (_t.playState === 0 && _t.readyState !== 1)) {
+ return _t;
+ }
+ //_s._wD('SMSound.pause()');
+ _t.paused = true;
+ if (!_t.isHTML5) {
+ if (bCallFlash || bCallFlash === undefined) {
+ _s.o._pause(_t.sID);
+ }
+ } else {
+ _t._setup_html5().pause();
+ _stop_html5_timer();
+ }
+ if (_t._iO.onpause) {
+ _t._iO.onpause.apply(_t);
+ }
+ return _t;
+ };
+
+ this.resume = function() {
+ // When auto-loaded streams pause on buffer full they have a playState of 0.
+ // We need to make sure that the playState is set to 1 when these streams "resume".
+ if (!_t.paused) {
+ return _t;
+ }
+ //_s._wD('SMSound.resume()');
+ _t.paused = false;
+ _t.playState = 1; // TODO: verify that this is needed.
+ if (!_t.isHTML5) {
+ _s.o._pause(_t.sID); // flash method is toggle-based (pause/resume)
+ } else {
+ _t._setup_html5().play();
+ _start_html5_timer();
+ }
+ if (_t._iO.onresume) {
+ _t._iO.onresume.apply(_t);
+ }
+ return _t;
+ };
+
+ this.togglePause = function() {
+ //_s._wD('SMSound.togglePause()');
+ if (_t.playState === 0) {
+ _t.play({
+ position: (_fV === 9 && !_t.isHTML5 ? _t.position:_t.position / 1000)
+ });
+ return _t;
+ }
+ if (_t.paused) {
+ _t.resume();
+ } else {
+ _t.pause();
+ }
+ return _t;
+ };
+
+ this.setPan = function(nPan, bInstanceOnly) {
+ if (typeof nPan === 'undefined') {
+ nPan = 0;
+ }
+ if (typeof bInstanceOnly === 'undefined') {
+ bInstanceOnly = false;
+ }
+ if (!_t.isHTML5) {
+ _s.o._setPan(_t.sID, nPan);
+ } // else { no HTML5 pan? }
+ _t._iO.pan = nPan;
+ if (!bInstanceOnly) {
+ _t.pan = nPan;
+ }
+ return _t;
+ };
+
+ this.setVolume = function(nVol, bInstanceOnly) {
+ if (typeof nVol === 'undefined') {
+ nVol = 100;
+ }
+ if (typeof bInstanceOnly === 'undefined') {
+ bInstanceOnly = false;
+ }
+ if (!_t.isHTML5) {
+ _s.o._setVolume(_t.sID, (_s.muted && !_t.muted) || _t.muted?0:nVol);
+ } else if (_a) {
+ _a.volume = nVol/100;
+ }
+ _t._iO.volume = nVol;
+ if (!bInstanceOnly) {
+ _t.volume = nVol;
+ }
+ return _t;
+ };
+
+ this.mute = function() {
+ _t.muted = true;
+ if (!_t.isHTML5) {
+ _s.o._setVolume(_t.sID, 0);
+ } else if (_a) {
+ _a.muted = true;
+ }
+ return _t;
+ };
+
+ this.unmute = function() {
+ _t.muted = false;
+ var hasIO = typeof _t._iO.volume !== 'undefined';
+ if (!_t.isHTML5) {
+ _s.o._setVolume(_t.sID, hasIO?_t._iO.volume:_t.options.volume);
+ } else if (_a) {
+ _a.muted = false;
+ }
+ return _t;
+ };
+
+ this.toggleMute = function() {
+ return (_t.muted?_t.unmute():_t.mute());
+ };
+
+ this.onposition = function(nPosition, oMethod, oScope) {
+ // TODO: allow for ranges, too? eg. (nPosition instanceof Array)
+ _t._onPositionItems.push({
+ position: nPosition,
+ method: oMethod,
+ scope: (typeof oScope !== 'undefined'?oScope:_t),
+ fired: false
+ });
+ return _t;
+ };
+
+ this.processOnPosition = function() {
+ var i, item, j = _t._onPositionItems.length;
+ if (!j || !_t.playState || _t._onPositionFired >= j) {
+ return false;
+ }
+ for (i=j; i--;) {
+ item = _t._onPositionItems[i];
+ if (!item.fired && _t.position >= item.position) {
+ item.method.apply(item.scope,[item.position]);
+ item.fired = true;
+ _s._onPositionFired++;
+ }
+ }
+ return true;
+ };
+
+ this.resetOnPosition = function(nPosition) {
+ // reset "fired" for items interested in this position
+ var i, item, j = _t._onPositionItems.length;
+ if (!j) {
+ return false;
+ }
+ for (i=j; i--;) {
+ item = _t._onPositionItems[i];
+ if (item.fired && nPosition <= item.position) {
+ item.fired = false;
+ _s._onPositionFired--;
+ }
+ }
+ return true;
+ };
+
+ // pseudo-private soundManager reference
+
+ this._onTimer = function(bForce) {
+ // HTML 5-only _whileplaying() etc.
+ var time, x = {};
+ if (_t._hasTimer || bForce) {
+ if (_a && (bForce || ((_t.playState > 0 || _t.readyState === 1) && !_t.paused))) { // TODO: May not need to track readyState (1 = loading)
+ _t.duration = _get_html5_duration();
+ _t.durationEstimate = _t.duration;
+ time = _a.currentTime?_a.currentTime*1000:0;
+ _t._whileplaying(time,x,x,x,x);
+ return true;
+ } else {
+ //_s._wD('_onTimer: Warn for "'+_t.sID+'": '+(!_a?'Could not find element. ':'')+(_t.playState === 0?'playState bad, 0?':'playState = '+_t.playState+', OK'));
+ return false;
+ }
+ }
+ };
+
+ // --- private internals ---
+
+ _get_html5_duration = function() {
+ var d = (_a?_a.duration*1000:undefined);
+ return (d && !isNaN(d)?d:null);
+ };
+
+ _start_html5_timer = function() {
+ if (_t.isHTML5) {
+ _startTimer(_t);
+ }
+ };
+
+ _stop_html5_timer = function() {
+ if (_t.isHTML5) {
+ _stopTimer(_t);
+ }
+ };
+
+ _resetProperties = function(bLoaded) {
+ _t._onPositionItems = [];
+ _t._onPositionFired = 0;
+ _t._hasTimer = null;
+ _t._added_events = null;
+ _t._audio = null;
+ _a = null;
+ _t.bytesLoaded = null;
+ _t.bytesTotal = null;
+ _t.position = null;
+ _t.duration = (_t._iO && _t._iO.duration?_t._iO.duration:null);
+ _t.durationEstimate = null;
+ _t.failures = 0;
+ _t.loaded = false;
+ _t.playState = 0;
+ _t.paused = false;
+ _t.readyState = 0; // 0 = uninitialised, 1 = loading, 2 = failed/error, 3 = loaded/success
+ _t.muted = false;
+ _t.didBeforeFinish = false;
+ _t.didJustBeforeFinish = false;
+ _t.isBuffering = false;
+ _t.instanceOptions = {};
+ _t.instanceCount = 0;
+ _t.peakData = {
+ left: 0,
+ right: 0
+ };
+ _t.waveformData = {
+ left: [],
+ right: []
+ };
+ _t.eqData = []; // legacy: 1D array
+ _t.eqData.left = [];
+ _t.eqData.right = [];
+ };
+
+ _resetProperties();
+
+ // pseudo-private methods used by soundManager
+
+ this._setup_html5 = function(oOptions) {
+ var _iO = _mixin(_t._iO, oOptions);
+ if (_a) {
+ if (_t.url !== _iO.url) {
+ //_s._wD('setting new URL on existing object: '+_iO.url);
+ _a.src = _iO.url;
+ }
+ } else {
+ //_s._wD('creating HTML 5 audio element with URL: '+_iO.url);
+ _t._audio = new Audio(_iO.url);
+ _a = _t._audio;
+ _t.isHTML5 = true;
+ _add_html5_events();
+ }
+ _a.loop = (_iO.loops>1?'loop':'');
+ return _t._audio;
+ };
+
+ // related private methods
+
+ _add_html5_events = function() {
+ if (_t._added_events) {
+ return false;
+ }
+ _t._added_events = true;
+
+ function _add(oEvt, oFn, bCapture) {
+ return (_a ? _a.addEventListener(oEvt, oFn, bCapture||false) : null);
+ }
+
+ _add('load', function(e) {
+ //_s._wD('HTML5::load: '+_t.sID);
+ if (_a) {
+ _t._onbufferchange(0);
+ _t._whileloading(_t.bytesTotal, _t.bytesTotal, _get_html5_duration());
+ _t._onload(true);
+ }
+ }, false);
+
+ _add('canplay', function(e) {
+ //_s._wD('HTML5::canplay: '+_t.sID);
+ // enough has loaded to play
+ _t._onbufferchange(0);
+ },false);
+
+ _add('waiting', function(e) {
+ //_s._wD('HTML5::waiting: '+_t.sID);
+ // playback faster than download rate, etc.
+ _t._onbufferchange(1);
+ },false);
+
+ _add('progress', function(e) { // not supported everywhere yet..
+ //_s._wD('HTML5::progress: '+_t.sID+': loaded/total: '+(e.loaded||0)+'/'+(e.total||1));
+ if (!_t.loaded && _a) {
+ _t._onbufferchange(0); // if progress, likely not buffering
+ _t._whileloading(e.loaded||0, e.total||1, _get_html5_duration());
+ }
+ }, false);
+
+ _add('error', function(e) {
+ if (_a) {
+ //_s._wD('HTML5::error: '+_a.error.code);
+ // call load with error state?
+ _t._onload(false);
+ }
+ }, false);
+
+ _add('loadstart', function(e) {
+ //_s._wD('HTML5::loadstart: '+_t.sID);
+ // assume buffering at first
+ _t._onbufferchange(1);
+ }, false);
+
+ _add('play', function(e) {
+ //_s._wD('HTML5::play: '+_t.sID);
+ // once play starts, no buffering
+ _t._onbufferchange(0);
+ }, false);
+
+ // TODO: verify if this is actually implemented anywhere yet.
+ _add('playing', function(e) {
+ //_s._wD('HTML5::playing: '+_t.sID);
+ // once play starts, no buffering
+ _t._onbufferchange(0);
+ }, false);
+
+ _add('timeupdate', function(e) {
+ _t._onTimer();
+ }, false);
+
+ // avoid stupid premature event-firing bug in Safari(?)
+ setTimeout(function(){
+ if (_t && _a) {
+ _add('ended',function(e) {
+ //_s._wD('HTML5::ended: '+_t.sID);
+ _t._onfinish();
+ }, false);
+ }
+ }, 250);
+ return true;
+ };
+
+ // --- "private" methods called by Flash ---
+
+ this._whileloading = function(nBytesLoaded, nBytesTotal, nDuration, nBufferLength) {
+ _t.bytesLoaded = nBytesLoaded;
+ _t.bytesTotal = nBytesTotal;
+ _t.duration = Math.floor(nDuration);
+ _t.bufferLength = nBufferLength;
+ if (!_t._iO.isMovieStar) {
+ if (_t._iO.duration) {
+ // use options, if specified and larger
+ _t.durationEstimate = (_t.duration > _t._iO.duration) ? _t.duration : _t._iO.duration;
+ } else {
+ _t.durationEstimate = parseInt((_t.bytesTotal / _t.bytesLoaded) * _t.duration, 10);
+ }
+ if (_t.durationEstimate === undefined) {
+ _t.durationEstimate = _t.duration;
+ }
+ _t.bufferLength = nBufferLength;
+ if (_t.readyState !== 3 && _t._iO.whileloading) {
+ _t._iO.whileloading.apply(_t);
+ }
+ } else {
+ _t.durationEstimate = _t.duration;
+ if (_t.readyState !== 3 && _t._iO.whileloading) {
+ _t._iO.whileloading.apply(_t);
+ }
+ }
+ };
+
+ this._onid3 = function(oID3PropNames, oID3Data) {
+ // oID3PropNames: string array (names)
+ // ID3Data: string array (data)
+ //_s._wD('SMSound._onid3(): "' + this.sID + '" ID3 data received.');
+ var oData = [], i, j;
+ for (i = 0, j = oID3PropNames.length; i < j; i++) {
+ oData[oID3PropNames[i]] = oID3Data[i];
+ }
+ _t.id3 = _mixin(_t.id3, oData);
+ if (_t._iO.onid3) {
+ _t._iO.onid3.apply(_t);
+ }
+ };
+
+ this._whileplaying = function(nPosition, oPeakData, oWaveformDataLeft, oWaveformDataRight, oEQData) {
+ if (isNaN(nPosition) || nPosition === null) {
+ return false; // Flash may return NaN at times
+ }
+ if (_t.playState === 0 && nPosition > 0) {
+ // invalid position edge case for end/stop
+ nPosition = 0;
+ }
+ _t.position = nPosition;
+ _t.processOnPosition();
+ if (_fV > 8 && !_t.isHTML5) {
+ if (_t._iO.usePeakData && typeof oPeakData !== 'undefined' && oPeakData) {
+ _t.peakData = {
+ left: oPeakData.leftPeak,
+ right: oPeakData.rightPeak
+ };
+ }
+ if (_t._iO.useWaveformData && typeof oWaveformDataLeft !== 'undefined' && oWaveformDataLeft) {
+ _t.waveformData = {
+ left: oWaveformDataLeft.split(','),
+ right: oWaveformDataRight.split(',')
+ };
+ }
+ if (_t._iO.useEQData) {
+ if (typeof oEQData !== 'undefined' && oEQData && oEQData.leftEQ) {
+ var eqLeft = oEQData.leftEQ.split(',');
+ _t.eqData = eqLeft;
+ _t.eqData.left = eqLeft;
+ if (typeof oEQData.rightEQ !== 'undefined' && oEQData.rightEQ) {
+ _t.eqData.right = oEQData.rightEQ.split(',');
+ }
+ }
+ }
+ }
+ if (_t.playState === 1) {
+ // special case/hack: ensure buffering is false if loading from cache (and not yet started)
+ if (!_t.isHTML5 && _s.flashVersion === 8 && !_t.position && _t.isBuffering) {
+ _t._onbufferchange(0);
+ }
+ if (_t._iO.whileplaying) {
+ _t._iO.whileplaying.apply(_t); // flash may call after actual finish
+ }
+ if ((_t.loaded || (!_t.loaded && _t._iO.isMovieStar)) && _t._iO.onbeforefinish && _t._iO.onbeforefinishtime && !_t.didBeforeFinish && _t.duration - _t.position <= _t._iO.onbeforefinishtime) {
+ _t._onbeforefinish();
+ }
+ }
+ return true;
+ };
+
+ this._onconnect = function(bSuccess) {
+ var fN = 'SMSound._onconnect(): ';
+ bSuccess = (bSuccess === 1);
+ //_s._wD(fN+'"'+_t.sID+'"'+(bSuccess?' connected.':' failed to connect? - '+_t.url), (bSuccess?1:2));
+ _t.connected = bSuccess;
+ if (bSuccess) {
+ _t.failures = 0;
+ if (_t._iO.onconnect) {
+ _t._iO.onconnect.apply(_t,[bSuccess]);
+ }
+ // don't play if the sound is being destroyed
+ if (_idCheck(_t.sID) && (_t.options.autoLoad || _t.getAutoPlay())) {
+ _t.play(undefined, _t.getAutoPlay()); // only update the play state if auto playing
+ }
+ }
+ };
+
+ this._onload = function(nSuccess) {
+ var fN = 'SMSound._onload(): ', loadOK = (nSuccess?true:false);
+ //_s._wD(fN + '"' + _t.sID + '"' + (loadOK?' loaded.':' failed to load? - ' + _t.url), (loadOK?1:2));
+ /*
+ if (!loadOK && !_t.isHTML5) {
+ if (_s.sandbox.noRemote === true) {
+ //_s._wD(fN + _str('noNet'), 1);
+ }
+ if (_s.sandbox.noLocal === true) {
+ //_s._wD(fN + _str('noLocal'), 1);
+ }
+ }
+ */
+ _t.loaded = loadOK;
+ _t.readyState = loadOK?3:2;
+ _t._onbufferchange(0);
+ if (_t._iO.onload) {
+ _t._iO.onload.apply(_t, [loadOK]);
+ }
+ return true;
+ };
+
+ // fire onfailure() only once at most
+ // at this point we just recreate failed sounds rather than trying to reconnect.
+ this._onfailure = function(msg, level, code) {
+ _t.failures++;
+ //_s._wD('SMSound._onfailure(): "'+_t.sID+'" count '+_t.failures);
+ if (_t._iO.onfailure && _t.failures === 1) {
+ _t._iO.onfailure(_t, msg, level, code);
+ } else {
+ //_s._wD('SMSound._onfailure(): ignoring');
+ }
+ };
+
+ this._onbeforefinish = function() {
+ if (!_t.didBeforeFinish) {
+ _t.didBeforeFinish = true;
+ if (_t._iO.onbeforefinish) {
+ //_s._wD('SMSound._onbeforefinish(): "' + _t.sID + '"');
+ _t._iO.onbeforefinish.apply(_t);
+ }
+ }
+ };
+
+ this._onjustbeforefinish = function(msOffset) {
+ if (!_t.didJustBeforeFinish) {
+ _t.didJustBeforeFinish = true;
+ if (_t._iO.onjustbeforefinish) {
+ //_s._wD('SMSound._onjustbeforefinish(): "' + _t.sID + '"');
+ _t._iO.onjustbeforefinish.apply(_t);
+ }
+ }
+ };
+
+ // KJV - connect & play time callback from Flash
+ this._onstats = function(stats) {
+ if (_t._iO.onstats) {
+ _t._iO.onstats(_t, stats);
+ }
+ };
+
+ this._onfinish = function() {
+ // //_s._wD('SMSound._onfinish(): "' + _t.sID + '" got instanceCount '+_t.instanceCount);
+ _t._onbufferchange(0);
+ _t.resetOnPosition(0);
+ if (_t._iO.onbeforefinishcomplete) {
+ _t._iO.onbeforefinishcomplete.apply(_t);
+ }
+ // reset some state items
+ _t.didBeforeFinish = false;
+ _t.didJustBeforeFinish = false;
+ if (_t.instanceCount) {
+ _t.instanceCount--;
+ if (!_t.instanceCount) {
+ // reset instance options
+ _t.playState = 0;
+ _t.paused = false;
+ _t.instanceCount = 0;
+ _t.instanceOptions = {};
+ _stop_html5_timer();
+ }
+ if (!_t.instanceCount || _t._iO.multiShotEvents) {
+ // fire onfinish for last, or every instance
+ if (_t._iO.onfinish) {
+ //_s._wD('SMSound._onfinish(): "' + _t.sID + '"');
+ _t._iO.onfinish.apply(_t);
+ }
+ }
+ }
+ };
+
+ this._onbufferchange = function(nIsBuffering) {
+ var fN = 'SMSound._onbufferchange()';
+ if (_t.playState === 0) {
+ // ignore if not playing
+ return false;
+ }
+ if ((nIsBuffering && _t.isBuffering) || (!nIsBuffering && !_t.isBuffering)) {
+ return false;
+ }
+ _t.isBuffering = (nIsBuffering === 1);
+ if (_t._iO.onbufferchange) {
+ //_s._wD(fN + ': ' + nIsBuffering);
+ _t._iO.onbufferchange.apply(_t);
+ }
+ return true;
+ };
+
+ this._ondataerror = function(sError) {
+ // flash 9 wave/eq data handler
+ if (_t.playState > 0) { // hack: called at start, and end from flash at/after onfinish()
+ //_s._wD('SMSound._ondataerror(): ' + sError);
+ if (_t._iO.ondataerror) {
+ _t._iO.ondataerror.apply(_t);
+ }
+ }
+ };
+
+ }; // SMSound()
+
+ // --- private SM2 internals ---
+
+ _getDocument = function() {
+ return (_doc.body?_doc.body:(_doc._docElement?_doc.documentElement:_doc.getElementsByTagName('div')[0]));
+ };
+
+ _id = function(sID) {
+ return _doc.getElementById(sID);
+ };
+
+ _mixin = function(oMain, oAdd) {
+ // non-destructive merge
+ var o1 = {}, i, o2, o;
+ for (i in oMain) { // clone c1
+ if (oMain.hasOwnProperty(i)) {
+ o1[i] = oMain[i];
+ }
+ }
+ o2 = (typeof oAdd === 'undefined'?_s.defaultOptions:oAdd);
+ for (o in o2) {
+ if (o2.hasOwnProperty(o) && typeof o1[o] === 'undefined') {
+ o1[o] = o2[o];
+ }
+ }
+ return o1;
+ };
+
+ (function() {
+ var old = (_win.attachEvent),
+ evt = {
+ add: (old?'attachEvent':'addEventListener'),
+ remove: (old?'detachEvent':'removeEventListener')
+ };
+
+ function getArgs(oArgs) {
+ var args = _slice.call(oArgs), len = args.length;
+ if (old) {
+ args[1] = 'on' + args[1]; // prefix
+ if (len > 3) {
+ args.pop(); // no capture
+ }
+ } else if (len === 3) {
+ args.push(false);
+ }
+ return args;
+ }
+
+ function apply(args, sType) {
+ var oFunc = args.shift()[evt[sType]];
+ if (old) {
+ oFunc(args[0], args[1]);
+ } else {
+ oFunc.apply(this, args);
+ }
+ }
+
+ _addEvt = function() {
+ apply(getArgs(arguments), 'add');
+ };
+
+ _removeEvt = function() {
+ apply(getArgs(arguments), 'remove');
+ };
+ }());
+
+ _html5OK = function(iO) {
+ return ((iO.type?_html5CanPlay({type:iO.type}):false)||_html5CanPlay(iO.url));
+ };
+
+ _html5CanPlay = function(sURL) {
+ // try to find MIME, test and return truthiness
+ if (!_s.useHTML5Audio || !_s.hasHTML5) {
+ return false;
+ }
+ var result, mime, fileExt, item, aF = _s.audioFormats;
+ if (!_html5Ext) {
+ _html5Ext = [];
+ for (item in aF) {
+ if (aF.hasOwnProperty(item)) {
+ _html5Ext.push(item);
+ if (aF[item].related) {
+ _html5Ext = _html5Ext.concat(aF[item].related);
+ }
+ }
+ }
+ _html5Ext = new RegExp('\\.('+_html5Ext.join('|')+')','i');
+ }
+ mime = (typeof sURL.type !== 'undefined'?sURL.type:null);
+ fileExt = (typeof sURL === 'string'?sURL.toLowerCase().match(_html5Ext):null); // TODO: Strip URL queries, etc.
+ if (!fileExt || !fileExt.length) {
+ if (!mime) {
+ return false;
+ }
+ } else {
+ fileExt = fileExt[0].substr(1); // "mp3", for example
+ }
+ if (fileExt && typeof _s.html5[fileExt] !== 'undefined') {
+ // result known
+ return _s.html5[fileExt];
+ } else {
+ if (!mime) {
+ if (fileExt && _s.html5[fileExt]) {
+ return _s.html5[fileExt];
+ } else {
+ // best-case guess, audio/whatever-dot-filename-format-you're-playing
+ mime = 'audio/'+fileExt;
+ }
+ }
+ result = _s.html5.canPlayType(mime);
+ _s.html5[fileExt] = result;
+ // //_s._wD('canPlayType, found result: '+result);
+ return result;
+ }
+ };
+
+ _testHTML5 = function() {
+ if (!_s.useHTML5Audio || typeof Audio === 'undefined') {
+ return false;
+ }
+ var a = (typeof Audio !== 'undefined' ? new Audio():null), item, support = {}, aF, i;
+ function _cp(m) {
+ var canPlay, i, j, isOK = false;
+ if (!a || typeof a.canPlayType !== 'function') {
+ return false;
+ }
+ if (m instanceof Array) {
+ // iterate through all mime types, return any successes
+ for (i=0, j=m.length; i<j && !isOK; i++) {
+ if (_s.html5[m[i]] || a.canPlayType(m[i]).match(_s.html5Test)) {
+ isOK = true;
+ _s.html5[m[i]] = true;
+ }
+ }
+ return isOK;
+ } else {
+ canPlay = (a && typeof a.canPlayType === 'function' ? a.canPlayType(m) : false);
+ return (canPlay && (canPlay.match(_s.html5Test)?true:false));
+ }
+ }
+ // test all registered formats + codecs
+ aF = _s.audioFormats;
+ for (item in aF) {
+ if (aF.hasOwnProperty(item)) {
+ support[item] = _cp(aF[item].type);
+ // assign result to related formats, too
+ if (aF[item] && aF[item].related) {
+ for (i=0; i<aF[item].related.length; i++) {
+ _s.html5[aF[item].related[i]] = support[item];
+ }
+ }
+ }
+ }
+ support.canPlayType = (a?_cp:null);
+ _s.html5 = _mixin(_s.html5, support);
+ return true;
+ };
+
+ _strings = {
+ /*
+ notReady: 'Not loaded yet - wait for soundManager.onload()/onready()',
+ notOK: 'Audio support is not available.',
+ appXHTML: _sm + '::createMovie(): appendChild/innerHTML set failed. May be app/xhtml+xml DOM-related.',
+ spcWmode: _sm + '::createMovie(): Removing wmode, preventing win32 below-the-fold SWF loading issue',
+ swf404: _sm + ': Verify that %s is a valid path.',
+ tryDebug: 'Try ' + _sm + '.debugFlash = true for more security details (output goes to SWF.)',
+ checkSWF: 'See SWF output for more debug info.',
+ localFail: _sm + ': Non-HTTP page (' + _doc.location.protocol + ' URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/',
+ waitFocus: _sm + ': Special case: Waiting for focus-related event..',
+ waitImpatient: _sm + ': Getting impatient, still waiting for Flash%s...',
+ waitForever: _sm + ': Waiting indefinitely for Flash (will recover if unblocked)...',
+ needFunction: _sm + '.onready(): Function object expected',
+ badID: 'Warning: Sound ID "%s" should be a string, starting with a non-numeric character',
+ noMS: 'MovieStar mode not enabled. Exiting.',
+ currentObj: '--- ' + _sm + '._debug(): Current sound objects ---',
+ waitEI: _sm + '::initMovie(): Waiting for ExternalInterface call from Flash..',
+ waitOnload: _sm + ': Waiting for window.onload()',
+ docLoaded: _sm + ': Document already loaded',
+ onload: _sm + '::initComplete(): calling soundManager.onload()',
+ onloadOK: _sm + '.onload() complete',
+ init: '-- ' + _sm + '::init() --',
+ didInit: _sm + '::init(): Already called?',
+ flashJS: _sm + ': Attempting to call Flash from JS..',
+ noPolling: _sm + ': Polling (whileloading()/whileplaying() support) is disabled.',
+ secNote: 'Flash security note: Network/internet URLs will not load due to security restrictions. Access can be configured via Flash Player Global Security Settings Page: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html',
+ badRemove: 'Warning: Failed to remove flash movie.',
+ noPeak: 'Warning: peakData features unsupported for movieStar formats',
+ shutdown: _sm + '.disable(): Shutting down',
+ queue: _sm + '.onready(): Queueing handler',
+ smFail: _sm + ': Failed to initialise.',
+ smError: 'SMSound.load(): Exception: JS-Flash communication failed, or JS error.',
+ fbTimeout: 'No flash response, applying .'+_s.swfCSS.swfTimedout+' CSS..',
+ fbLoaded: 'Flash loaded',
+ fbHandler: 'soundManager::flashBlockHandler()',
+ manURL: 'SMSound.load(): Using manually-assigned URL',
+ onURL: _sm + '.load(): current URL already assigned.',
+ badFV: 'soundManager.flashVersion must be 8 or 9. "%s" is invalid. Reverting to %s.',
+ as2loop: 'Note: Setting stream:false so looping can work (flash 8 limitation)',
+ noNSLoop: 'Note: Looping not implemented for MovieStar formats',
+ needfl9: 'Note: Switching to flash 9, required for MP4 formats.',
+ mfTimeout: 'Setting flashLoadTimeout = 0 (infinite) for off-screen, mobile flash case',
+ mfOn: 'mobileFlash::enabling on-screen flash repositioning',
+ policy: 'Enabling usePolicyFile for data access'
+ */
+ };
+
+ _id = function(sID) {
+ return _doc.getElementById(sID);
+ };
+
+ _str = function() { // o [,items to replace]
+ /*
+ var args = _slice.call(arguments), // real array, please
+ o = args.shift(), // first arg
+ str = (_strings && _strings[o]?_strings[o]:''), i, j;
+ if (str && args && args.length) {
+ for (i = 0, j = args.length; i < j; i++) {
+ str = str.replace('%s', args[i]);
+ }
+ }
+ return str;
+ */
+ };
+
+ _loopFix = function(sOpt) {
+ // flash 8 requires stream = false for looping to work
+ if (_fV === 8 && sOpt.loops > 1 && sOpt.stream) {
+ //_wDS('as2loop');
+ sOpt.stream = false;
+ }
+ return sOpt;
+ };
+
+ _policyFix = function(sOpt, sPre) {
+ if (sOpt && !sOpt.usePolicyFile && (sOpt.onid3 || sOpt.usePeakData || sOpt.useWaveformData || sOpt.useEQData)) {
+ //_s._wD((sPre?sPre+':':'') + _str('policy'));
+ sOpt.usePolicyFile = true;
+ }
+ return sOpt;
+ };
+
+ _complain = function(sMsg) {
+ if (typeof console !== 'undefined' && typeof console.warn !== 'undefined') {
+ console.warn(sMsg);
+ } else {
+ //_s._wD(sMsg);
+ }
+ };
+
+ _doNothing = function() {
+ return false;
+ };
+
+ _disableObject = function(o) {
+ for (var oProp in o) {
+ if (o.hasOwnProperty(oProp) && typeof o[oProp] === 'function') {
+ o[oProp] = _doNothing;
+ }
+ }
+ oProp = null;
+ };
+
+ _failSafely = function(bNoDisable) {
+ // general failure exception handler
+ if (typeof bNoDisable === 'undefined') {
+ bNoDisable = false;
+ }
+ if (_disabled || bNoDisable) {
+ //_wDS('smFail', 2);
+ _s.disable(bNoDisable);
+ }
+ };
+
+ _normalizeMovieURL = function(smURL) {
+ var urlParams = null;
+ if (smURL) {
+ if (smURL.match(/\.swf(\?\.*)?$/i)) {
+ urlParams = smURL.substr(smURL.toLowerCase().lastIndexOf('.swf?') + 4);
+ if (urlParams) {
+ return smURL; // assume user knows what they're doing
+ }
+ } else if (smURL.lastIndexOf('/') !== smURL.length - 1) {
+ smURL = smURL + '/';
+ }
+ }
+ return (smURL && smURL.lastIndexOf('/') !== - 1?smURL.substr(0, smURL.lastIndexOf('/') + 1):'./') + _s.movieURL;
+ };
+
+ _setVersionInfo = function() {
+ if (_fV !== 8 && _fV !== 9) {
+ //_s._wD(_str('badFV', _fV, _defaultFlashVersion));
+ _s.flashVersion = _defaultFlashVersion;
+ }
+ var isDebug = (_s.debugMode || _s.debugFlash?'_debug.swf':'.swf'); // debug flash movie, if applicable
+ if (_s.flashVersion < 9 && _s.useHTML5Audio && _s.audioFormats.mp4.required) {
+ //_s._wD(_str('needfl9'));
+ _s.flashVersion = 9;
+ }
+ _fV = _s.flashVersion; // short-hand for internal use
+ _s.version = _s.versionNumber + (_html5Only?' (HTML5-only mode)':(_fV === 9?' (AS3/Flash 9)':' (AS2/Flash 8)'));
+ // set up default options
+ if (_fV > 8) {
+ _s.defaultOptions = _mixin(_s.defaultOptions, _s.flash9Options);
+ _s.features.buffering = true;
+ }
+ if (_fV > 8 && _s.useMovieStar) {
+ // flash 9+ support for movieStar formats as well as MP3
+ _s.defaultOptions = _mixin(_s.defaultOptions, _s.movieStarOptions);
+ _s.filePatterns.flash9 = new RegExp('\\.(mp3|' + _s.netStreamTypes.join('|') + ')(\\?.*)?$', 'i');
+ _s.mimePattern = _s.netStreamMimeTypes;
+ _s.features.movieStar = true;
+ } else {
+ _s.features.movieStar = false;
+ }
+ _s.filePattern = _s.filePatterns[(_fV !== 8?'flash9':'flash8')];
+ _s.movieURL = (_fV === 8?'soundmanager2.swf':'soundmanager2_flash9.swf').replace('.swf',isDebug);
+ _s.features.peakData = _s.features.waveformData = _s.features.eqData = (_fV > 8);
+ };
+
+ _setPolling = function(bPolling, bHighPerformance) {
+ if (!_s.o || !_s.allowPolling) {
+ return false;
+ }
+ _s.o._setPolling(bPolling, bHighPerformance);
+ };
+
+ (function() {
+ var old = (_win.attachEvent),
+ evt = {
+ add: (old?'attachEvent':'addEventListener'),
+ remove: (old?'detachEvent':'removeEventListener')
+ };
+
+ function getArgs(oArgs) {
+ var args = _slice.call(oArgs), len = args.length;
+ if (old) {
+ args[1] = 'on' + args[1]; // prefix
+ if (len > 3) {
+ args.pop(); // no capture
+ }
+ } else if (len === 3) {
+ args.push(false);
+ }
+ return args;
+ }
+
+ function apply(args, sType) {
+ var oFunc = args.shift()[evt[sType]];
+ if (old) {
+ oFunc(args[0], args[1]);
+ } else {
+ oFunc.apply(this, args);
+ }
+ }
+
+ _addEvt = function() {
+ apply(getArgs(arguments), 'add');
+ };
+
+ _removeEvt = function() {
+ apply(getArgs(arguments), 'remove');
+ };
+ }());
+
+ function _initDebug() {
+ if (_s.debugURLParam.test(_wl)) {
+ _s.debugMode = true; // allow force of debug mode via URL
+ }
+ /*
+ if (_id(_s.debugID)) {
+ return false;
+ }
+ var oD, oDebug, oTarget, oToggle, tmp;
+ if (_s.debugMode && !_id(_s.debugID) && ((!_hasConsole || !_s.useConsole) || (_s.useConsole && _hasConsole && !_s.consoleOnly))) {
+ oD = _doc.createElement('div');
+ oD.id = _s.debugID + '-toggle';
+ oToggle = {
+ 'position': 'fixed',
+ 'bottom': '0px',
+ 'right': '0px',
+ 'width': '1.2em',
+ 'height': '1.2em',
+ 'lineHeight': '1.2em',
+ 'margin': '2px',
+ 'textAlign': 'center',
+ 'border': '1px solid #999',
+ 'cursor': 'pointer',
+ 'background': '#fff',
+ 'color': '#333',
+ 'zIndex': 10001
+ };
+ oD.appendChild(_doc.createTextNode('-'));
+ oD.onclick = _toggleDebug;
+ oD.title = 'Toggle SM2 debug console';
+ if (_ua.match(/msie 6/i)) {
+ oD.style.position = 'absolute';
+ oD.style.cursor = 'hand';
+ }
+ for (tmp in oToggle) {
+ if (oToggle.hasOwnProperty(tmp)) {
+ oD.style[tmp] = oToggle[tmp];
+ }
+ }
+ oDebug = _doc.createElement('div');
+ oDebug.id = _s.debugID;
+ oDebug.style.display = (_s.debugMode?'block':'none');
+ if (_s.debugMode && !_id(oD.id)) {
+ try {
+ oTarget = _getDocument();
+ oTarget.appendChild(oD);
+ } catch(e2) {
+ throw new Error(_str('appXHTML'));
+ }
+ oTarget.appendChild(oDebug);
+ }
+ }
+ oTarget = null;
+ */
+ }
+
+ _mobileFlash = (function(){
+
+ var oM = null;
+
+ function resetPosition() {
+ if (oM) {
+ oM.left = oM.top = '-9999px';
+ }
+ }
+
+ function reposition() {
+ oM.left = _win.scrollX+'px';
+ oM.top = _win.scrollY+'px';
+ }
+
+ function setReposition(bOn) {
+ //_s._wD('mobileFlash::flash on-screen hack: '+(bOn?'ON':'OFF'));
+ var f = _win[(bOn?'add':'remove')+'EventListener'];
+ f('resize', reposition, false);
+ f('scroll', reposition, false);
+ }
+
+ function check(inDoc) {
+ // mobile flash (Android for starters) check
+ oM = _s.oMC.style;
+ if (_ua.match(/android/i)) {
+ if (inDoc) {
+ if (_s.flashLoadTimeout) {
+ _s.//_wDS('mfTimeout');
+ _s.flashLoadTimeout = 0;
+ }
+ return false;
+ }
+ //_s._wD('mfOn');
+ oM.position = 'absolute';
+ oM.left = oM.top = '0px';
+ setReposition(true);
+ _s.onready(function(){
+ setReposition(false); // detach
+ resetPosition(); // restore when OK/timed out
+ });
+ reposition();
+ }
+ return true;
+ }
+
+ return {
+ 'check': check
+ };
+
+ }());
+
+ _createMovie = function(smID, smURL) {
+
+ var specialCase = null,
+ remoteURL = (smURL?smURL:_s.url),
+ localURL = (_s.altURL?_s.altURL:remoteURL),
+ oEmbed, oMovie, oTarget = _getDocument(), tmp, movieHTML, oEl, extraClass = _getSWFCSS(), s, x, sClass, side = '100%', isRTL = null, html = _doc.getElementsByTagName('html')[0];
+ isRTL = (html && html.dir && html.dir.match(/rtl/i));
+ smID = (typeof smID === 'undefined'?_s.id:smID);
+
+ if (_didAppend && _appendSuccess) {
+ return false; // ignore if already succeeded
+ }
+
+ function _initMsg() {
+ //_s._wD('-- SoundManager 2 ' + _s.version + (!_html5Only && _s.useHTML5Audio?(_s.hasHTML5?' + HTML5 audio':', no HTML5 audio support'):'') + (_s.useMovieStar?', MovieStar mode':'') + (_s.useHighPerformance?', high performance mode, ':', ') + ((_s.useFastPolling?'fast':'normal') + ' polling') + (_s.wmode?', wmode: ' + _s.wmode:'') + (_s.debugFlash?', flash debug mode':'') + (_s.useFlashBlock?', flashBlock mode':'') + ' --', 1);
+ }
+
+ if (_html5Only) {
+ _setVersionInfo();
+ _initMsg();
+ _s.oMC = _id(_s.movieID);
+ _init();
+ // prevent multiple init attempts
+ _didAppend = true;
+ _appendSuccess = true;
+ return false;
+ }
+
+ _didAppend = true;
+
+ // safety check for legacy (change to Flash 9 URL)
+ _setVersionInfo();
+ _s.url = _normalizeMovieURL(this._overHTTP?remoteURL:localURL);
+ smURL = _s.url;
+
+ _s.wmode = (!_s.wmode && _s.useHighPerformance && !_s.useMovieStar?'transparent':_s.wmode);
+
+ if (_s.wmode !== null && !_isIE && !_s.useHighPerformance && navigator.platform.match(/win32/i)) {
+ _s.specialWmodeCase = true;
+ // extra-special case: movie doesn't load until scrolled into view when using wmode = anything but 'window' here
+ // does not apply when using high performance (position:fixed means on-screen), OR infinite flash load timeout
+ //_wDS('spcWmode');
+ _s.wmode = null;
+ }
+
+ oEmbed = {
+ 'name': smID,
+ 'id': smID,
+ 'src': smURL,
+ 'width': side,
+ 'height': side,
+ 'quality': 'high',
+ 'allowScriptAccess': _s.allowScriptAccess,
+ 'bgcolor': _s.bgColor,
+ 'pluginspage': 'http://www.macromedia.com/go/getflashplayer',
+ 'type': 'application/x-shockwave-flash',
+ 'wmode': _s.wmode
+ };
+
+ if (_s.debugFlash) {
+ oEmbed.FlashVars = 'debug=1';
+ }
+
+ if (!_s.wmode) {
+ delete oEmbed.wmode; // don't write empty attribute
+ }
+
+ if (_isIE) {
+ // IE is "special".
+ oMovie = _doc.createElement('div');
+ movieHTML = '<object id="' + smID + '" data="' + smURL + '" type="' + oEmbed.type + '" width="' + oEmbed.width + '" height="' + oEmbed.height + '"><param name="movie" value="' + smURL + '" /><param name="AllowScriptAccess" value="' + _s.allowScriptAccess + '" /><param name="quality" value="' + oEmbed.quality + '" />' + (_s.wmode?'<param name="wmode" value="' + _s.wmode + '" /> ':'') + '<param name="bgcolor" value="' + _s.bgColor + '" />' + (_s.debugFlash?'<param name="FlashVars" value="' + oEmbed.FlashVars + '" />':'') + '<!-- --></object>';
+ } else {
+ oMovie = _doc.createElement('embed');
+ for (tmp in oEmbed) {
+ if (oEmbed.hasOwnProperty(tmp)) {
+ oMovie.setAttribute(tmp, oEmbed[tmp]);
+ }
+ }
+ }
+
+ _initDebug();
+ extraClass = _getSWFCSS();
+ oTarget = _getDocument();
+
+ if (oTarget) {
+ _s.oMC = _id(_s.movieID)?_id(_s.movieID):_doc.createElement('div');
+ if (!_s.oMC.id) {
+ _s.oMC.id = _s.movieID;
+ _s.oMC.className = _s.swfCSS.swfDefault + ' ' + extraClass;
+ // "hide" flash movie
+ s = null;
+ oEl = null;
+ if (!_s.useFlashBlock) {
+ if (_s.useHighPerformance) {
+ s = {
+ 'position': 'fixed',
+ 'width': '8px',
+ 'height': '8px',
+ // >= 6px for flash to run fast, >= 8px to start up under Firefox/win32 in some cases. odd? yes.
+ 'bottom': '0px',
+ 'left': '0px',
+ 'overflow': 'hidden'
+ };
+ } else {
+ s = {
+ 'position': 'absolute',
+ 'width': '6px',
+ 'height': '6px',
+ 'top': '-9999px',
+ 'left': '-9999px'
+ };
+ if (isRTL) {
+ s.left = Math.abs(parseInt(s.left,10))+'px';
+ }
+ }
+ }
+ if (_ua.match(/webkit/i)) {
+ _s.oMC.style.zIndex = 10000; // soundcloud-reported render/crash fix, safari 5
+ }
+ if (!_s.debugFlash) {
+ for (x in s) {
+ if (s.hasOwnProperty(x)) {
+ _s.oMC.style[x] = s[x];
+ }
+ }
+ }
+ try {
+ if (!_isIE) {
+ _s.oMC.appendChild(oMovie);
+ }
+ oTarget.appendChild(_s.oMC);
+ if (_isIE) {
+ oEl = _s.oMC.appendChild(_doc.createElement('div'));
+ oEl.className = _s.swfCSS.swfBox;
+ oEl.innerHTML = movieHTML;
+ }
+ _appendSuccess = true;
+ } catch(e) {
+ throw new Error(_str('appXHTML'));
+ }
+ _mobileFlash.check();
+ } else {
+ // it's already in the document.
+ sClass = _s.oMC.className;
+ _s.oMC.className = (sClass?sClass+' ':_s.swfCSS.swfDefault) + (extraClass?' '+extraClass:'');
+ _s.oMC.appendChild(oMovie);
+ if (_isIE) {
+ oEl = _s.oMC.appendChild(_doc.createElement('div'));
+ oEl.className = _s.swfCSS.swfBox;
+ oEl.innerHTML = movieHTML;
+ }
+ _appendSuccess = true;
+ _mobileFlash.check(true);
+ }
+ }
+
+ if (specialCase) {
+ //_s._wD(specialCase);
+ }
+
+ _initMsg();
+ //_s._wD('soundManager::createMovie(): Trying to load ' + smURL + (!this._overHTTP && _s.altURL?' (alternate URL)':''), 1);
+
+ return true;
+ };
+
+ _idCheck = this.getSoundById;
+
+ _initMovie = function() {
+ if (_html5Only) {
+ _createMovie();
+ return false;
+ }
+ // attempt to get, or create, movie
+ if (_s.o) {
+ return false; // may already exist
+ }
+ _s.o = _s.getMovie(_s.id); // inline markup
+ if (!_s.o) {
+ if (!_oRemoved) {
+ // try to create
+ _createMovie(_s.id, _s.url);
+ } else {
+ // try to re-append removed movie after reboot()
+ if (!_isIE) {
+ _s.oMC.appendChild(_oRemoved);
+ } else {
+ _s.oMC.innerHTML = _oRemovedHTML;
+ }
+ _oRemoved = null;
+ _didAppend = true;
+ }
+ _s.o = _s.getMovie(_s.id);
+ }
+ if (_s.o) {
+ //_s._wD('soundManager::initMovie(): Got '+_s.o.nodeName+' element ('+(_didAppend?'created via JS':'static HTML')+')');
+ //_wDS('waitEI');
+ }
+ if (_s.oninitmovie instanceof Function) {
+ setTimeout(_s.oninitmovie, 1);
+ }
+ return true;
+ };
+
+ _go = function(sURL) {
+ // where it all begins.
+ if (sURL) {
+ _s.url = sURL;
+ }
+ _initMovie();
+ };
+
+ _delayWaitForEI = function() {
+ setTimeout(_waitForEI, 500);
+ };
+
+ _waitForEI = function() {
+ if (_waitingForEI) {
+ return false;
+ }
+ _waitingForEI = true;
+ _removeEvt(_win, 'load', _delayWaitForEI);
+ if (_tryInitOnFocus && !_isFocused) {
+ //_wDS('waitFocus');
+ return false;
+ }
+ var p;
+ if (!_didInit) {
+ p = _s.getMoviePercent();
+ //_s._wD(_str('waitImpatient', (p === 100?' (SWF loaded)':(p > 0?' (SWF ' + p + '% loaded)':''))));
+ }
+ setTimeout(function() {
+ p = _s.getMoviePercent();
+ if (!_didInit) {
+ //_s._wD(_sm + ': No Flash response within expected time.\nLikely causes: ' + (p === 0?'Loading ' + _s.movieURL + ' may have failed (and/or Flash ' + _fV + '+ not present?), ':'') + 'Flash blocked or JS-Flash security error.' + (_s.debugFlash?' ' + _str('checkSWF'):''), 2);
+ if (!this._overHTTP && p) {
+ //_wDS('localFail', 2);
+ if (!_s.debugFlash) {
+ //_wDS('tryDebug', 2);
+ }
+ }
+ if (p === 0) {
+ // if 0 (not null), probably a 404.
+ //_s._wD(_str('swf404', _s.url));
+ }
+ //_debugTS('flashtojs', false, ': Timed out' + this._overHTTP?' (Check flash security or flash blockers)':' (No plugin/missing SWF?)');
+ }
+ // give up / time-out, depending
+ if (!_didInit && _okToDisable) {
+ if (p === null) {
+ // SWF failed. Maybe blocked.
+ if (_s.useFlashBlock || _s.flashLoadTimeout === 0) {
+ if (_s.useFlashBlock) {
+ _flashBlockHandler();
+ }
+ //_wDS('waitForever');
+ } else {
+ // old SM2 behaviour, simply fail
+ _failSafely(true);
+ }
+ } else {
+ // flash loaded? Shouldn't be a blocking issue, then.
+ if (_s.flashLoadTimeout === 0) {
+ //_wDS('waitForever');
+ } else {
+ _failSafely(true);
+ }
+ }
+ }
+ }, _s.flashLoadTimeout);
+ };
+
+ _go = function(sURL) {
+ // where it all begins.
+ if (sURL) {
+ _s.url = sURL;
+ }
+ _initMovie();
+ };
+
+ /*
+ _wDS = function(o, errorLevel) {
+ if (!o) {
+ return '';
+ } else {
+ return //_s._wD(_str(o), errorLevel);
+ }
+ };
+
+ if (_wl.indexOf('debug=alert') + 1 && _s.debugMode) {
+ _s._wD = function(sText) {alert(sText);};
+ }
+
+ _toggleDebug = function() {
+ var o = _id(_s.debugID),
+ oT = _id(_s.debugID + '-toggle');
+ if (!o) {
+ return false;
+ }
+ if (_debugOpen) {
+ // minimize
+ oT.innerHTML = '+';
+ o.style.display = 'none';
+ } else {
+ oT.innerHTML = '-';
+ o.style.display = 'block';
+ }
+ _debugOpen = !_debugOpen;
+ };
+
+ _debugTS = function(sEventType, bSuccess, sMessage) {
+ // troubleshooter debug hooks
+ if (typeof sm2Debugger !== 'undefined') {
+ try {
+ sm2Debugger.handleEvent(sEventType, bSuccess, sMessage);
+ } catch(e) {
+ // oh well
+ }
+ }
+ return true;
+ };
+ */
+
+ _getSWFCSS = function() {
+ var css = [];
+ if (_s.debugMode) {
+ css.push(_s.swfCSS.sm2Debug);
+ }
+ if (_s.debugFlash) {
+ css.push(_s.swfCSS.flashDebug);
+ }
+ if (_s.useHighPerformance) {
+ css.push(_s.swfCSS.highPerf);
+ }
+ return css.join(' ');
+ };
+
+ _flashBlockHandler = function() {
+ // *possible* flash block situation.
+ var name = _str('fbHandler'), p = _s.getMoviePercent();
+ if (!_s.supported()) {
+ if (_needsFlash) {
+ // make the movie more visible, so user can fix
+ _s.oMC.className = _getSWFCSS() + ' ' + _s.swfCSS.swfDefault + ' ' + (p === null?_s.swfCSS.swfTimedout:_s.swfCSS.swfError);
+ //_s._wD(name+': '+_str('fbTimeout')+(p?' ('+_str('fbLoaded')+')':''));
+ }
+ _s.didFlashBlock = true;
+ _processOnReady(true); // fire onready(), complain lightly
+ if (_s.onerror instanceof Function) {
+ _s.onerror.apply(_win);
+ }
+ } else {
+ // SM2 loaded OK (or recovered)
+ if (_s.didFlashBlock) {
+ //_s._wD(name+': Unblocked');
+ }
+ if (_s.oMC) {
+ _s.oMC.className = _getSWFCSS() + ' ' + _s.swfCSS.swfDefault + (' '+_s.swfCSS.swfUnblocked);
+ }
+ }
+ };
+
+ _handleFocus = function() {
+ function cleanup() {
+ _removeEvt(_win, 'focus', _handleFocus);
+ _removeEvt(_win, 'load', _handleFocus);
+ }
+ if (_isFocused || !_tryInitOnFocus) {
+ cleanup();
+ return true;
+ }
+ _okToDisable = true;
+ _isFocused = true;
+ //_s._wD('soundManager::handleFocus()');
+ if (_isSafari && _tryInitOnFocus) {
+ // giant Safari 3.1 hack - assume mousemove = focus given lack of focus event
+ _removeEvt(_win, 'mousemove', _handleFocus);
+ }
+ // allow init to restart
+ _waitingForEI = false;
+ cleanup();
+ return true;
+ };
+
+ _initComplete = function(bNoDisable) {
+ if (_didInit) {
+ return false;
+ }
+ if (_html5Only) {
+ // all good.
+ //_s._wD('-- SoundManager 2: loaded --');
+ _didInit = true;
+ _processOnReady();
+ _initUserOnload();
+ return true;
+ }
+ var sClass = _s.oMC.className,
+ wasTimeout = (_s.useFlashBlock && _s.flashLoadTimeout && !_s.getMoviePercent());
+ if (!wasTimeout) {
+ _didInit = true;
+ }
+ //_s._wD('-- SoundManager 2 ' + (_disabled?'failed to load':'loaded') + ' (' + (_disabled?'security/load error':'OK') + ') --', 1);
+ if (_disabled || bNoDisable) {
+ if (_s.useFlashBlock) {
+ _s.oMC.className = _getSWFCSS() + ' ' + (_s.getMoviePercent() === null?_s.swfCSS.swfTimedout:_s.swfCSS.swfError);
+ }
+ _processOnReady();
+ //_debugTS('onload', false);
+ if (_s.onerror instanceof Function) {
+ _s.onerror.apply(_win);
+ }
+ return false;
+ } else {
+ //_debugTS('onload', true);
+ }
+ if (_s.waitForWindowLoad && !_windowLoaded) {
+ //_wDS('waitOnload');
+ _addEvt(_win, 'load', _initUserOnload);
+ return false;
+ } else {
+ if (_s.waitForWindowLoad && _windowLoaded) {
+ //_wDS('docLoaded');
+ }
+ _initUserOnload();
+ }
+ return true;
+ };
+
+ _addOnReady = function(oMethod, oScope) {
+ _onready.push({
+ 'method': oMethod,
+ 'scope': (oScope || null),
+ 'fired': false
+ });
+ };
+
+ _processOnReady = function(ignoreInit) {
+ if (!_didInit && !ignoreInit) {
+ // not ready yet.
+ return false;
+ }
+ var status = {
+ success: (ignoreInit?_s.supported():!_disabled)
+ },
+ queue = [], i, j,
+ canRetry = (!_s.useFlashBlock || (_s.useFlashBlock && !_s.supported()));
+ for (i = 0, j = _onready.length; i < j; i++) {
+ if (_onready[i].fired !== true) {
+ queue.push(_onready[i]);
+ }
+ }
+ if (queue.length) {
+ //_s._wD(_sm + ': Firing ' + queue.length + ' onready() item' + (queue.length > 1?'s':''));
+ for (i = 0, j = queue.length; i < j; i++) {
+ if (queue[i].scope) {
+ queue[i].method.apply(queue[i].scope, [status]);
+ } else {
+ queue[i].method(status);
+ }
+ if (!canRetry) { // flashblock case doesn't count here
+ queue[i].fired = true;
+ }
+ }
+ }
+ return true;
+ };
+
+ _initUserOnload = function() {
+ _win.setTimeout(function() {
+ if (_s.useFlashBlock) {
+ _flashBlockHandler();
+ }
+ _processOnReady();
+ //_wDS('onload', 1);
+ // call user-defined "onload", scoped to window
+ if (_s.onload instanceof Function) {
+ _s.onload.apply(_win);
+ }
+ //_wDS('onloadOK', 1);
+ if (_s.waitForWindowLoad) {
+ _addEvt(_win, 'load', _initUserOnload);
+ }
+ },1);
+ };
+
+ _featureCheck = function() {
+ var needsFlash, item,
+ isBadSafari = (!_wl.match(/usehtml5audio/i) && !_wl.match(/sm2\-ignorebadua/i) && _isSafari && _ua.match(/OS X 10_6_(3|4)/i)), // Safari 4 and 5 occasionally fail to load/play HTML5 audio on Snow Leopard due to bug(s) in QuickTime X and/or other underlying frameworks. :/ Known Apple "radar" bug. https://bugs.webkit.org/show_bug.cgi?id=32159
+ isSpecial = (_ua.match(/iphone os (1|2|3_0|3_1)/i)?true:false); // iPhone <= 3.1 has broken HTML5 audio(), but firmware 3.2 (iPad) + iOS4 works.
+ if (isSpecial) {
+ _s.hasHTML5 = false; // has Audio(), but is broken; let it load links directly.
+ _html5Only = true; // ignore flash case, however
+ if (_s.oMC) {
+ _s.oMC.style.display = 'none';
+ }
+ return false;
+ }
+ if (_s.useHTML5Audio) {
+ if (!_s.html5 || !_s.html5.canPlayType) {
+ //_s._wD('SoundManager: No HTML5 Audio() support detected.');
+ _s.hasHTML5 = false;
+ return true;
+ } else {
+ _s.hasHTML5 = true;
+ }
+ if (isBadSafari) {
+ //_s._wD('SoundManager::Note: Buggy HTML5 Audio in Safari on OS X 10.6.[3|4], see https://bugs.webkit.org/show_bug.cgi?id=32159 - disabling HTML5 audio',1);
+ _s.useHTML5Audio = false;
+ _s.hasHTML5 = false;
+ return true;
+ }
+ } else {
+ // flash required.
+ return true;
+ }
+ for (item in _s.audioFormats) {
+ if (_s.audioFormats.hasOwnProperty(item) && _s.audioFormats[item].required && !_s.html5.canPlayType(_s.audioFormats[item].type)) {
+ // may need flash for this format?
+ needsFlash = true;
+ }
+ }
+ // sanity check..
+ if (_s.ignoreFlash) {
+ needsFlash = false;
+ }
+ _html5Only = (_s.useHTML5Audio && _s.hasHTML5 && !needsFlash);
+ return needsFlash;
+ };
+
+ _init = function() {
+ var item, tests = [];
+ //_wDS('init');
+
+ // called after onload()
+ if (_didInit) {
+ //_wDS('didInit');
+ return false;
+ }
+
+ function _cleanup() {
+ _removeEvt(_win, 'load', _s.beginDelayedInit);
+ }
+
+ if (_s.hasHTML5) {
+ for (item in _s.audioFormats) {
+ if (_s.audioFormats.hasOwnProperty(item)) {
+ tests.push(item+': '+_s.html5[item]);
+ }
+ }
+ //_s._wD('-- SoundManager 2: HTML5 support tests ('+_s.html5Test+'): '+tests.join(', ')+' --',1);
+ }
+
+ if (_html5Only) {
+ if (!_didInit) {
+ // we don't need no steenking flash!
+ _cleanup();
+ _s.enabled = true;
+ _initComplete();
+ }
+ return true;
+ }
+
+ // flash path
+ _initMovie();
+ try {
+ //_wDS('flashJS');
+ _s.o._externalInterfaceTest(false); // attempt to talk to Flash
+ if (!_s.allowPolling) {
+ //_wDS('noPolling', 1);
+ } else {
+ _setPolling(true, _s.useFastPolling?true:false);
+ }
+ if (!_s.debugMode) {
+ _s.o._disableDebug();
+ }
+ _s.enabled = true;
+ //_debugTS('jstoflash', true);
+ } catch(e) {
+ //_s._wD('js/flash exception: ' + e.toString());
+ //_debugTS('jstoflash', false);
+ _failSafely(true); // don't disable, for reboot()
+ _initComplete();
+ return false;
+ }
+ _initComplete();
+ // event cleanup
+ _cleanup();
+ return true;
+ };
+
+ _beginInit = function() {
+ if (_initPending) {
+ return false;
+ }
+ _createMovie();
+ _initMovie();
+ _initPending = true;
+ return true;
+ };
+
+ _dcLoaded = function() {
+ if (_didDCLoaded) {
+ return false;
+ }
+ _didDCLoaded = true;
+ _initDebug();
+ _testHTML5();
+ _s.html5.usingFlash = _featureCheck();
+ _needsFlash = _s.html5.usingFlash;
+ _didDCLoaded = true;
+ if (_doc.removeEventListener) {
+ _doc.removeEventListener('DOMContentLoaded', _dcLoaded, false);
+ }
+ _go();
+ return true;
+ };
+
+ _startTimer = function(oSound) {
+ if (!oSound._hasTimer) {
+ oSound._hasTimer = true;
+ }
+ };
+
+ _stopTimer = function(oSound) {
+ if (oSound._hasTimer) {
+ oSound._hasTimer = false;
+ }
+ };
+
+ _die = function() {
+ if (_s.onerror instanceof Function) {
+ _s.onerror();
+ }
+ _s.disable();
+ };
+
+ // pseudo-private methods called by Flash
+
+ this._setSandboxType = function(sandboxType) {
+ /*
+ var sb = _s.sandbox;
+ sb.type = sandboxType;
+ sb.description = sb.types[(typeof sb.types[sandboxType] !== 'undefined'?sandboxType:'unknown')];
+ //_s._wD('Flash security sandbox type: ' + sb.type);
+ if (sb.type === 'localWithFile') {
+ sb.noRemote = true;
+ sb.noLocal = false;
+ //_wDS('secNote', 2);
+ } else if (sb.type === 'localWithNetwork') {
+ sb.noRemote = false;
+ sb.noLocal = true;
+ } else if (sb.type === 'localTrusted') {
+ sb.noRemote = false;
+ sb.noLocal = false;
+ }
+ */
+ };
+
+ this._externalInterfaceOK = function(flashDate) {
+ // flash callback confirming flash loaded, EI working etc.
+ // flashDate = approx. timing/delay info for JS/flash bridge
+ if (_s.swfLoaded) {
+ return false;
+ }
+ var eiTime = new Date().getTime();
+ //_s._wD('soundManager::externalInterfaceOK()' + (flashDate?' (~' + (eiTime - flashDate) + ' ms)':''));
+ //_debugTS('swf', true);
+ //_debugTS('flashtojs', true);
+ _s.swfLoaded = true;
+ _tryInitOnFocus = false;
+ if (_isIE) {
+ // IE needs a timeout OR delay until window.onload - may need TODO: investigating
+ setTimeout(_init, 100);
+ } else {
+ _init();
+ }
+ };
+
+ _dcIE = function() {
+ if (_doc.readyState === 'complete') {
+ _dcLoaded();
+ _doc.detachEvent('onreadystatechange', _dcIE);
+ }
+ return true;
+ };
+
+ // focus and window load, init
+ if (!_s.hasHTML5 || _needsFlash) {
+ // only applies to Flash mode
+ _addEvt(_win, 'focus', _handleFocus);
+ _addEvt(_win, 'load', _handleFocus);
+ _addEvt(_win, 'load', _delayWaitForEI);
+ if (_isSafari && _tryInitOnFocus) {
+ _addEvt(_win, 'mousemove', _handleFocus); // massive Safari focus hack
+ }
+ }
+
+ if (_doc.addEventListener) {
+ _doc.addEventListener('DOMContentLoaded', _dcLoaded, false);
+ } else if (_doc.attachEvent) {
+ _doc.attachEvent('onreadystatechange', _dcIE);
+ } else {
+ // no add/attachevent support - safe to assume no JS -> Flash either
+ //_debugTS('onload', false);
+ _die();
+ }
+
+ if (_doc.readyState === 'complete') {
+ setTimeout(_dcLoaded,100);
+ }
+
+} // SoundManager()
+
+// var SM2_DEFER = true;
+// details: http://www.schillmania.com/projects/soundmanager2/doc/getstarted/#lazy-loading
+
+if (typeof SM2_DEFER === 'undefined' || !SM2_DEFER) {
+ soundManager = new SoundManager();
+}
+
+// public interfaces
+window.SoundManager = SoundManager; // constructor
+window.soundManager = soundManager; // public instance: API, Flash callbacks etc.
+
+}(window));
diff --git a/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2.js b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2.js
new file mode 100755
index 0000000..46528c9
--- /dev/null
+++ b/docs/dymaxion/soundmanagerv297a-20101010/script/soundmanager2.js
@@ -0,0 +1,2838 @@
+/** @license
+ * SoundManager 2: Javascript Sound for the Web
+ * --------------------------------------------
+ * http://schillmania.com/projects/soundmanager2/
+ *
+ * Copyright (c) 2007, Scott Schiller. All rights reserved.
+ * Code provided under the BSD License:
+ * http://schillmania.com/projects/soundmanager2/license.txt
+ *
+ * V2.97a.20101010
+ */
+
+/*jslint white: false, onevar: true, undef: true, nomen: false, eqeqeq: true, plusplus: false, bitwise: true, regexp: true, newcap: true, immed: true, regexp: false */
+/*global window, SM2_DEFER, sm2Debugger, alert, console, document, navigator, setTimeout, setInterval, clearInterval, Audio */
+
+(function(window) {
+
+var soundManager = null;
+
+function SoundManager(smURL, smID) {
+
+ this.flashVersion = 8; // version of flash to require, either 8 or 9. Some API features require Flash 9.
+ this.debugMode = true; // enable debugging output (div#soundmanager-debug, OR console if available+configured)
+ this.debugFlash = false; // enable debugging output inside SWF, troubleshoot Flash/browser issues
+ this.useConsole = true; // use firebug/safari console.log()-type debug console if available
+ this.consoleOnly = false; // if console is being used, do not create/write to #soundmanager-debug
+ this.waitForWindowLoad = false; // force SM2 to wait for window.onload() before trying to call soundManager.onload()
+ this.nullURL = 'about:blank'; // path to "null" (empty) MP3 file, used to unload sounds (Flash 8 only)
+ this.allowPolling = true; // allow flash to poll for status update (required for whileplaying() events, peak, sound spectrum functions to work.)
+ this.useFastPolling = false; // uses lower flash timer interval for higher callback frequency, best combined with useHighPerformance
+ this.useMovieStar = true; // enable support for Flash 9.0r115+ (codename "MovieStar") MPEG4 audio formats (AAC, M4V, FLV, MOV etc.)
+ this.bgColor = '#ffffff'; // movie (.swf) background color, eg. '#000000'
+ this.useHighPerformance = false; // position:fixed flash movie can help increase js/flash speed, minimize lag
+ this.flashLoadTimeout = 1000; // msec to wait for flash movie to load before failing (0 = infinity)
+ this.wmode = null; // string: flash rendering mode - null, transparent, opaque (last two allow layering of HTML on top)
+ this.allowScriptAccess = 'always'; // for scripting the SWF (object/embed property), either 'always' or 'sameDomain'
+ this.useFlashBlock = false; // *requires flashblock.css, see demos* - allow recovery from flash blockers. Wait indefinitely and apply timeout CSS to SWF, if applicable.
+ this.useHTML5Audio = false; // Beta feature: Use HTML 5 Audio() where API is supported (most Safari, Chrome versions), Firefox (no MP3/MP4.) Ideally, transparent vs. Flash API where possible.
+ this.html5Test = /^probably$/i; // HTML5 Audio().canPlayType() test. /^(probably|maybe)$/i if you want to be more liberal/risky.
+ this.ondebuglog = false; // callback made with each log message, regardless of debugMode
+
+ this.audioFormats = {
+ // determines HTML5 support, flash requirements
+ // eg. if MP3 or MP4 required, Flash fallback is used if HTML5 can't play it
+ // shotgun approach to MIME testing due to browser variance
+ 'mp3': {
+ 'type': ['audio/mpeg; codecs="mp3"','audio/mpeg','audio/mp3','audio/MPA','audio/mpa-robust'],
+ 'required': true
+ },
+ 'mp4': {
+ 'related': ['aac','m4a'], // additional formats under the MP4 container
+ 'type': ['audio/mp4; codecs="mp4a.40.2"','audio/aac','audio/x-m4a','audio/MP4A-LATM','audio/mpeg4-generic'],
+ 'required': true
+ },
+ 'ogg': {
+ 'type': ['audio/ogg; codecs=vorbis'],
+ 'required': false
+ },
+ 'wav': {
+ 'type': ['audio/wav; codecs="1"','audio/wav','audio/wave','audio/x-wav'],
+ 'required': false
+ }
+ };
+
+ this.defaultOptions = {
+ 'autoLoad': false, // enable automatic loading (otherwise .load() will be called on demand with .play(), the latter being nicer on bandwidth - if you want to .load yourself, you also can)
+ 'stream': true, // allows playing before entire file has loaded (recommended)
+ 'autoPlay': false, // enable playing of file as soon as possible (much faster if "stream" is true)
+ 'loops': 1, // how many times to repeat the sound (position will wrap around to 0, setPosition() will break out of loop when >0)
+ 'onid3': null, // callback function for "ID3 data is added/available"
+ 'onload': null, // callback function for "load finished"
+ 'whileloading': null, // callback function for "download progress update" (X of Y bytes received)
+ 'onplay': null, // callback for "play" start
+ 'onpause': null, // callback for "pause"
+ 'onresume': null, // callback for "resume" (pause toggle)
+ 'whileplaying': null, // callback during play (position update)
+ 'onstop': null, // callback for "user stop"
+ 'onfailure': null, // callback function for when playing fails
+ 'onfinish': null, // callback function for "sound finished playing"
+ 'onbeforefinish': null, // callback for "before sound finished playing (at [time])"
+ 'onbeforefinishtime': 5000, // offset (milliseconds) before end of sound to trigger beforefinish (eg. 1000 msec = 1 second)
+ 'onbeforefinishcomplete': null,// function to call when said sound finishes playing
+ 'onjustbeforefinish': null, // callback for [n] msec before end of current sound
+ 'onjustbeforefinishtime': 200, // [n] - if not using, set to 0 (or null handler) and event will not fire.
+ 'multiShot': true, // let sounds "restart" or layer on top of each other when played multiple times, rather than one-shot/one at a time
+ 'multiShotEvents': false, // fire multiple sound events (currently onfinish() only) when multiShot is enabled
+ 'position': null, // offset (milliseconds) to seek to within loaded sound data.
+ 'pan': 0, // "pan" settings, left-to-right, -100 to 100
+ 'type': null, // MIME-like hint for file pattern / canPlay() tests, eg. audio/mp3
+ 'usePolicyFile': false, // enable crossdomain.xml request for audio on remote domains (for ID3/waveform access)
+ 'volume': 100 // self-explanatory. 0-100, the latter being the max.
+ };
+
+ this.flash9Options = { // flash 9-only options, merged into defaultOptions if flash 9 is being used
+ 'isMovieStar': null, // "MovieStar" MPEG4 audio mode. Null (default) = auto detect MP4, AAC etc. based on URL. true = force on, ignore URL
+ 'usePeakData': false, // enable left/right channel peak (level) data
+ 'useWaveformData': false, // enable sound spectrum (raw waveform data) - WARNING: CPU-INTENSIVE: may set CPUs on fire.
+ 'useEQData': false, // enable sound EQ (frequency spectrum data) - WARNING: Also CPU-intensive.
+ 'onbufferchange': null, // callback for "isBuffering" property change
+ 'ondataerror': null, // callback for waveform/eq data access error (flash playing audio in other tabs/domains)
+ 'onstats': null // callback for when connection & play times have been measured
+ };
+
+ this.movieStarOptions = { // flash 9.0r115+ MPEG4 audio options, merged into defaultOptions if flash 9+movieStar mode is enabled
+ 'bufferTime': 3, // seconds of data to buffer before playback begins (null = flash default of 0.1 seconds - if AAC playback is gappy, try increasing.)
+ 'serverURL': null, // rtmp: FMS or FMIS server to connect to, required when requesting media via RTMP or one of its variants
+ 'onconnect': null, // rtmp: callback for connection to flash media server
+ 'bufferTimes': null, // array of buffer sizes to use. Size increases as buffer fills up.
+ 'duration': null // rtmp: song duration (msec)
+ };
+
+ this.version = null;
+ this.versionNumber = 'V2.97a.20101010';
+ this.movieURL = null;
+ this.url = (smURL || null);
+ this.altURL = null;
+ this.swfLoaded = false;
+ this.enabled = false;
+ this.o = null;
+ this.movieID = 'sm2-container';
+ this.id = (smID || 'sm2movie');
+ this.swfCSS = {
+ 'swfBox': 'sm2-object-box',
+ 'swfDefault': 'movieContainer',
+ 'swfError': 'swf_error', // SWF loaded, but SM2 couldn't start (other error)
+ 'swfTimedout': 'swf_timedout',
+ 'swfUnblocked': 'swf_unblocked', // or loaded OK
+ 'sm2Debug': 'sm2_debug',
+ 'highPerf': 'high_performance',
+ 'flashDebug': 'flash_debug'
+ };
+ this.oMC = null;
+ this.sounds = {};
+ this.soundIDs = [];
+ this.muted = false;
+ this.debugID = 'soundmanager-debug';
+ this.debugURLParam = /([#?&])debug=1/i;
+ this.specialWmodeCase = false;
+ this.didFlashBlock = false;
+
+ this.filePattern = null;
+ this.filePatterns = {
+ 'flash8': /\.mp3(\?.*)?$/i,
+ 'flash9': /\.mp3(\?.*)?$/i
+ };
+
+ this.baseMimeTypes = /^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i; // mp3
+ this.netStreamMimeTypes = /^\s*audio\/(?:x-)?(?:mp(?:eg|3))\s*(?:$|;)/i; // mp3, mp4, aac etc.
+ this.netStreamTypes = ['aac', 'flv', 'mov', 'mp4', 'm4v', 'f4v', 'm4a', 'mp4v', '3gp', '3g2']; // Flash v9.0r115+ "moviestar" formats
+ this.netStreamPattern = new RegExp('\\.(' + this.netStreamTypes.join('|') + ')(\\?.*)?$', 'i');
+ this.mimePattern = this.baseMimeTypes;
+
+ this.features = {
+ 'buffering': false,
+ 'peakData': false,
+ 'waveformData': false,
+ 'eqData': false,
+ 'movieStar': false
+ };
+
+ this.sandbox = {
+ // <d>
+ 'type': null,
+ 'types': {
+ 'remote': 'remote (domain-based) rules',
+ 'localWithFile': 'local with file access (no internet access)',
+ 'localWithNetwork': 'local with network (internet access only, no local access)',
+ 'localTrusted': 'local, trusted (local+internet access)'
+ },
+ 'description': null,
+ 'noRemote': null,
+ 'noLocal': null
+ // </d>
+ };
+
+ this.hasHTML5 = null; // switch for handling logic
+ this.html5 = { // stores canPlayType() results, etc. treat as read-only.
+ // mp3: boolean
+ // mp4: boolean
+ 'usingFlash': null // set if/when flash fallback is needed
+ };
+ this.ignoreFlash = false; // used for special cases (eg. iPad/iPhone/palm OS?)
+
+ // --- private SM2 internals ---
+
+ var SMSound,
+ _s = this, _sm = 'soundManager', _id, _ua = navigator.userAgent, _wl = window.location.href.toString(), _fV = this.flashVersion, _doc = document, _win = window, _doNothing, _init, _onready = [], _debugOpen = true, _debugTS, _didAppend = false, _appendSuccess = false, _didInit = false, _disabled = false, _windowLoaded = false, _wDS, _wdCount = 0, _initComplete, _mixin, _addOnReady, _processOnReady, _initUserOnload, _go, _delayWaitForEI, _waitForEI, _setVersionInfo, _handleFocus, _beginInit, _strings, _initMovie, _dcLoaded, _didDCLoaded, _getDocument, _createMovie, _die, _mobileFlash, _setPolling, _debugLevels = ['log', 'info', 'warn', 'error'], _defaultFlashVersion = 8, _disableObject, _failSafely, _normalizeMovieURL, _oRemoved = null, _oRemovedHTML = null, _str, _flashBlockHandler, _getSWFCSS, _toggleDebug, _loopFix, _policyFix, _complain, _idCheck, _waitingForEI = false, _initPending = false, _smTimer, _onTimer, _startTimer, _stopTimer, _needsFlash = null, _featureCheck, _html5OK, _html5Only = false, _html5CanPlay, _html5Ext, _dcIE, _testHTML5, _addEvt, _removeEvt, _slice = Array.prototype.slice,
+ _is_pre = _ua.match(/pre\//i),
+ _iPadOrPhone = _ua.match(/(ipad|iphone)/i),
+ _isMobile = (_ua.match(/mobile/i) || _is_pre || _iPadOrPhone),
+ _isIE = (_ua.match(/MSIE/i)),
+ _isSafari = (_ua.match(/safari/i) && !_ua.match(/chrome/i)),
+ _hasConsole = (typeof console !== 'undefined' && typeof console.log !== 'undefined'),
+ _isFocused = (typeof _doc.hasFocus !== 'undefined'?_doc.hasFocus():null),
+ _tryInitOnFocus = (typeof _doc.hasFocus === 'undefined' && _isSafari),
+ _okToDisable = !_tryInitOnFocus;
+
+ this._use_maybe = (_wl.match(/sm2\-useHTML5Maybe\=1/i)); // temporary feature: #sm2-useHTML5Maybe=1 forces loose canPlay() check
+ this._overHTTP = (_doc.location?_doc.location.protocol.match(/http/i):null);
+ this.useAltURL = !this._overHTTP; // use altURL if not "online"
+
+ if (_iPadOrPhone || _is_pre) {
+ // might as well force it on Apple + Palm, flash support unlikely
+ _s.useHTML5Audio = true;
+ _s.ignoreFlash = true;
+ }
+
+ if (_is_pre || this._use_maybe) {
+ // less-strict canPlayType() checking option
+ _s.html5Test = /^(probably|maybe)$/i;
+ }
+
+ // Temporary feature: allow force of HTML5 via URL: #sm2-usehtml5audio=0 or 1
+ // <d>
+ (function(){
+ var a = '#sm2-usehtml5audio=', l = _wl, b = null;
+ if (l.indexOf(a) !== -1) {
+ b = (l.substr(l.indexOf(a)+a.length) === '1');
+ if (typeof console !== 'undefined' && typeof console.log !== 'undefined') {
+ console.log((b?'Enabling ':'Disabling ')+'useHTML5Audio via URL parameter');
+ }
+ _s.useHTML5Audio = b;
+ }
+ }());
+ // </d>
+
+ // --- public API methods ---
+
+ this.supported = function() {
+ return (_needsFlash?(_didInit && !_disabled):(_s.useHTML5Audio && _s.hasHTML5));
+ };
+
+ this.getMovie = function(smID) {
+ return _isIE?_win[smID]:(_isSafari?_id(smID) || _doc[smID]:_id(smID));
+ };
+
+ this.loadFromXML = function(sXmlUrl) {
+ try {
+ _s.o._loadFromXML(sXmlUrl);
+ } catch(e) {
+ _failSafely();
+ }
+ return true;
+ };
+
+ this.createSound = function(oOptions) {
+ var _cs = 'soundManager.createSound(): ',
+ thisOptions = null, oSound = null, _tO = null;
+ if (!_didInit || !_s.supported()) {
+ _complain(_cs + _str(!_didInit?'notReady':'notOK'));
+ return false;
+ }
+ if (arguments.length === 2) {
+ // function overloading in JS! :) ..assume simple createSound(id,url) use case
+ oOptions = {
+ 'id': arguments[0],
+ 'url': arguments[1]
+ };
+ }
+ thisOptions = _mixin(oOptions); // inherit from defaultOptions
+ _tO = thisOptions; // alias
+ // <d>
+ if (_tO.id.toString().charAt(0).match(/^[0-9]$/)) {
+ _s._wD(_cs + _str('badID', _tO.id), 2);
+ }
+ _s._wD(_cs + _tO.id + ' (' + _tO.url + ')', 1);
+ // </d>
+ if (_idCheck(_tO.id, true)) {
+ _s._wD(_cs + _tO.id + ' exists', 1);
+ return _s.sounds[_tO.id];
+ }
+
+ function make() {
+ thisOptions = _loopFix(thisOptions);
+ _s.sounds[_tO.id] = new SMSound(_tO);
+ _s.soundIDs.push(_tO.id);
+ return _s.sounds[_tO.id];
+ }
+
+ if (_html5OK(_tO)) {
+ oSound = make();
+ _s._wD('Loading sound '+_tO.id+' from HTML5');
+ oSound._setup_html5(_tO);
+ } else {
+ if (_fV > 8 && _s.useMovieStar) {
+ if (_tO.isMovieStar === null) {
+ _tO.isMovieStar = ((_tO.serverURL || (_tO.type?_tO.type.match(_s.netStreamPattern):false)||_tO.url.match(_s.netStreamPattern))?true:false);
+ }
+ if (_tO.isMovieStar) {
+ _s._wD(_cs + 'using MovieStar handling');
+ }
+ if (_tO.isMovieStar) {
+ if (_tO.usePeakData) {
+ _wDS('noPeak');
+ _tO.usePeakData = false;
+ }
+ if (_tO.loops > 1) {
+ _wDS('noNSLoop');
+ }
+ }
+ }
+ _tO = _policyFix(_tO, _cs);
+ oSound = make();
+ if (_fV === 8) {
+ _s.o._createSound(_tO.id, _tO.onjustbeforefinishtime, _tO.loops||1, _tO.usePolicyFile);
+ } else {
+ _s.o._createSound(_tO.id, _tO.url, _tO.onjustbeforefinishtime, _tO.usePeakData, _tO.useWaveformData, _tO.useEQData, _tO.isMovieStar, (_tO.isMovieStar?_tO.bufferTime:false), _tO.loops||1, _tO.serverURL, _tO.duration||null, _tO.autoPlay, true, _tO.bufferTimes, _tO.onstats ? true : false, _tO.autoLoad, _tO.usePolicyFile);
+ if (!_tO.serverURL) {
+ // We are connected immediately
+ oSound.connected = true;
+ if (_tO.onconnect) {
+ _tO.onconnect.apply(oSound);
+ }
+ }
+ }
+ }
+ if (_tO.autoLoad || _tO.autoPlay) {
+ if (oSound) {
+ if (_s.isHTML5) {
+ oSound.autobuffer = 'auto'; // early HTML5 implementation (non-standard)
+ oSound.preload = 'auto'; // standard
+ } else {
+ oSound.load(_tO);
+ }
+ }
+ }
+ if (_tO.autoPlay) {
+ oSound.play();
+ }
+ return oSound;
+ };
+
+ this.destroySound = function(sID, _bFromSound) {
+ // explicitly destroy a sound before normal page unload, etc.
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ var oS = _s.sounds[sID], i;
+ oS._iO = {}; // Disable all callbacks while the sound is being destroyed
+ oS.stop();
+ oS.unload();
+ for (i = 0; i < _s.soundIDs.length; i++) {
+ if (_s.soundIDs[i] === sID) {
+ _s.soundIDs.splice(i, 1);
+ break;
+ }
+ }
+ if (!_bFromSound) {
+ // ignore if being called from SMSound instance
+ oS.destruct(true);
+ }
+ oS = null;
+ delete _s.sounds[sID];
+ return true;
+ };
+
+ this.load = function(sID, oOptions) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].load(oOptions);
+ };
+
+ this.unload = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].unload();
+ };
+
+ this.play = function(sID, oOptions) {
+ var fN = 'soundManager.play(): ';
+ if (!_didInit || !_s.supported()) {
+ _complain(fN + _str(!_didInit?'notReady':'notOK'));
+ return false;
+ }
+ if (!_idCheck(sID)) {
+ if (!(oOptions instanceof Object)) {
+ oOptions = {
+ url: oOptions
+ }; // overloading use case: play('mySound','/path/to/some.mp3');
+ }
+ if (oOptions && oOptions.url) {
+ // overloading use case, create+play: .play('someID',{url:'/path/to.mp3'});
+ _s._wD(fN + 'attempting to create "' + sID + '"', 1);
+ oOptions.id = sID;
+ return _s.createSound(oOptions).play();
+ } else {
+ return false;
+ }
+ }
+ return _s.sounds[sID].play(oOptions);
+ };
+
+ this.start = this.play; // just for convenience
+
+ this.setPosition = function(sID, nMsecOffset) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].setPosition(nMsecOffset);
+ };
+
+ this.stop = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ _s._wD('soundManager.stop(' + sID + ')', 1);
+ return _s.sounds[sID].stop();
+ };
+
+ this.stopAll = function() {
+ _s._wD('soundManager.stopAll()', 1);
+ for (var oSound in _s.sounds) {
+ if (_s.sounds[oSound] instanceof SMSound) {
+ _s.sounds[oSound].stop(); // apply only to sound objects
+ }
+ }
+ };
+
+ this.pause = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].pause();
+ };
+
+ this.pauseAll = function() {
+ for (var i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].pause();
+ }
+ };
+
+ this.resume = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].resume();
+ };
+
+ this.resumeAll = function() {
+ for (var i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].resume();
+ }
+ };
+
+ this.togglePause = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].togglePause();
+ };
+
+ this.setPan = function(sID, nPan) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].setPan(nPan);
+ };
+
+ this.setVolume = function(sID, nVol) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].setVolume(nVol);
+ };
+
+ this.mute = function(sID) {
+ var fN = 'soundManager.mute(): ',
+ i = 0;
+ if (typeof sID !== 'string') {
+ sID = null;
+ }
+ if (!sID) {
+ _s._wD(fN + 'Muting all sounds');
+ for (i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].mute();
+ }
+ _s.muted = true;
+ } else {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ _s._wD(fN + 'Muting "' + sID + '"');
+ return _s.sounds[sID].mute();
+ }
+ return true;
+ };
+
+ this.muteAll = function() {
+ _s.mute();
+ };
+
+ this.unmute = function(sID) {
+ var fN = 'soundManager.unmute(): ', i;
+ if (typeof sID !== 'string') {
+ sID = null;
+ }
+ if (!sID) {
+ _s._wD(fN + 'Unmuting all sounds');
+ for (i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].unmute();
+ }
+ _s.muted = false;
+ } else {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ _s._wD(fN + 'Unmuting "' + sID + '"');
+ return _s.sounds[sID].unmute();
+ }
+ return true;
+ };
+
+ this.unmuteAll = function() {
+ _s.unmute();
+ };
+
+ this.toggleMute = function(sID) {
+ if (!_idCheck(sID)) {
+ return false;
+ }
+ return _s.sounds[sID].toggleMute();
+ };
+
+ this.getMemoryUse = function() {
+ if (_fV === 8) {
+ return 0;
+ }
+ if (_s.o) {
+ return parseInt(_s.o._getMemoryUse(), 10);
+ }
+ };
+
+ this.disable = function(bNoDisable) {
+ // destroy all functions
+ if (typeof bNoDisable === 'undefined') {
+ bNoDisable = false;
+ }
+ if (_disabled) {
+ return false;
+ }
+ _disabled = true;
+ _wDS('shutdown', 1);
+ for (var i = _s.soundIDs.length; i--;) {
+ _disableObject(_s.sounds[_s.soundIDs[i]]);
+ }
+ _initComplete(bNoDisable); // fire "complete", despite fail
+ _removeEvt(_win, 'load', _initUserOnload);
+ return true;
+ };
+
+ this.canPlayMIME = function(sMIME) {
+ var result;
+ if (_s.hasHTML5) {
+ result = _html5CanPlay({type:sMIME});
+ }
+ if (!_needsFlash || result) {
+ // no flash, or OK
+ return result;
+ } else {
+ return (sMIME?(sMIME.match(_s.mimePattern)?true:false):null);
+ }
+ };
+
+ this.canPlayURL = function(sURL) {
+ var result;
+ if (_s.hasHTML5) {
+ result = _html5CanPlay(sURL);
+ }
+ if (!_needsFlash || result) {
+ // no flash, or OK
+ return result;
+ } else {
+ return (sURL?(sURL.match(_s.filePattern)?true:false):null);
+ }
+ };
+
+ this.canPlayLink = function(oLink) {
+ if (typeof oLink.type !== 'undefined' && oLink.type) {
+ if (_s.canPlayMIME(oLink.type)) {
+ return true;
+ }
+ }
+ return _s.canPlayURL(oLink.href);
+ };
+
+ this.getSoundById = function(sID, suppressDebug) {
+ if (!sID) {
+ throw new Error('SoundManager.getSoundById(): sID is null/undefined');
+ }
+ var result = _s.sounds[sID];
+ if (!result && !suppressDebug) {
+ _s._wD('"' + sID + '" is an invalid sound ID.', 2);
+ }
+ return result;
+ };
+
+ this.onready = function(oMethod, oScope) {
+ if (oMethod && oMethod instanceof Function) {
+ if (_didInit) {
+ _wDS('queue');
+ }
+ if (!oScope) {
+ oScope = _win;
+ }
+ _addOnReady(oMethod, oScope);
+ _processOnReady();
+ return true;
+ } else {
+ throw _str('needFunction');
+ }
+ };
+
+ this.getMoviePercent = function() {
+ return (_s.o && typeof _s.o.PercentLoaded !== 'undefined'?_s.o.PercentLoaded():null);
+ };
+
+ this._writeDebug = function(sText, sType, bTimestamp) {
+ // If the debug log callback is set, always call it, regardless of debugMode
+ if (_s.ondebuglog) {
+ _s.ondebuglog(sText, sType, bTimestamp);
+ }
+ // pseudo-private console.log()-style output
+ // <d>
+ var sDID = 'soundmanager-debug', o, oItem, sMethod;
+ if (!_s.debugMode) {
+ return false;
+ }
+ if (typeof bTimestamp !== 'undefined' && bTimestamp) {
+ sText = sText + ' | ' + new Date().getTime();
+ }
+ if (_hasConsole && _s.useConsole) {
+ sMethod = _debugLevels[sType];
+ if (typeof console[sMethod] !== 'undefined') {
+ console[sMethod](sText);
+ } else {
+ console.log(sText);
+ }
+ if (_s.useConsoleOnly) {
+ return true;
+ }
+ }
+ try {
+ o = _id(sDID);
+ if (!o) {
+ return false;
+ }
+ oItem = _doc.createElement('div');
+ if (++_wdCount % 2 === 0) {
+ oItem.className = 'sm2-alt';
+ }
+ if (typeof sType === 'undefined') {
+ sType = 0;
+ } else {
+ sType = parseInt(sType, 10);
+ }
+ oItem.appendChild(_doc.createTextNode(sText));
+ if (sType) {
+ if (sType >= 2) {
+ oItem.style.fontWeight = 'bold';
+ }
+ if (sType === 3) {
+ oItem.style.color = '#ff3333';
+ }
+ }
+ // o.appendChild(oItem); // top-to-bottom
+ o.insertBefore(oItem, o.firstChild); // bottom-to-top
+ } catch(e) {
+ // oh well
+ }
+ o = null;
+ // </d>
+ return true;
+ };
+ this._wD = this._writeDebug; // alias
+
+ this._debug = function() {
+ // <d>
+ _wDS('currentObj', 1);
+ for (var i = 0, j = _s.soundIDs.length; i < j; i++) {
+ _s.sounds[_s.soundIDs[i]]._debug();
+ }
+ // </d>
+ };
+
+ this.reboot = function() {
+ // attempt to reset and init SM2
+ _s._wD('soundManager.reboot()');
+ if (_s.soundIDs.length) {
+ _s._wD('Destroying ' + _s.soundIDs.length + ' SMSound objects...');
+ }
+ for (var i = _s.soundIDs.length; i--;) {
+ _s.sounds[_s.soundIDs[i]].destruct();
+ }
+ // trash ze flash
+ try {
+ if (_isIE) {
+ _oRemovedHTML = _s.o.innerHTML;
+ }
+ _oRemoved = _s.o.parentNode.removeChild(_s.o);
+ _s._wD('Flash movie removed.');
+ } catch(e) {
+ // uh-oh.
+ _wDS('badRemove', 2);
+ }
+ // actually, force recreate of movie.
+ _oRemovedHTML = _oRemoved = null;
+ _s.enabled = _didInit = _waitingForEI = _initPending = _didAppend = _appendSuccess = _disabled = _s.swfLoaded = false;
+ _s.soundIDs = _s.sounds = [];
+ _s.o = null;
+ for (i = _onready.length; i--;) {
+ _onready[i].fired = false;
+ }
+ _s._wD(_sm + ': Rebooting...');
+ _win.setTimeout(function() {
+ _s.beginDelayedInit();
+ }, 20);
+ };
+
+ this.destruct = function() {
+ _s._wD('soundManager.destruct()');
+ _s.disable(true);
+ };
+
+ this.beginDelayedInit = function() {
+ // _s._wD('soundManager.beginDelayedInit()');
+ _windowLoaded = true;
+ _dcLoaded();
+ setTimeout(_beginInit, 20);
+ _delayWaitForEI();
+ };
+
+ // --- SMSound (sound object) instance ---
+
+ SMSound = function(oOptions) {
+ var _t = this, _resetProperties, _add_html5_events, _stop_html5_timer, _start_html5_timer, _get_html5_duration, _a;
+ this.sID = oOptions.id;
+ this.url = oOptions.url;
+ this.options = _mixin(oOptions);
+ this.instanceOptions = this.options; // per-play-instance-specific options
+ this._iO = this.instanceOptions; // short alias
+ // assign property defaults
+ this.pan = this.options.pan;
+ this.volume = this.options.volume;
+ this._lastURL = null;
+ this.isHTML5 = false;
+
+ // --- public methods ---
+
+ this.id3 = {};
+
+ this._debug = function() {
+ // <d>
+ // pseudo-private console.log()-style output
+ if (_s.debugMode) {
+ var stuff = null, msg = [], sF, sfBracket, maxLength = 64;
+ for (stuff in _t.options) {
+ if (_t.options[stuff] !== null) {
+ if (_t.options[stuff] instanceof Function) {
+ // handle functions specially
+ sF = _t.options[stuff].toString();
+ sF = sF.replace(/\s\s+/g, ' '); // normalize spaces
+ sfBracket = sF.indexOf('{');
+ msg.push(' ' + stuff + ': {' + sF.substr(sfBracket + 1, (Math.min(Math.max(sF.indexOf('\n') - 1, maxLength), maxLength))).replace(/\n/g, '') + '... }');
+ } else {
+ msg.push(' ' + stuff + ': ' + _t.options[stuff]);
+ }
+ }
+ }
+ _s._wD('SMSound() merged options: {\n' + msg.join(', \n') + '\n}');
+ }
+ // </d>
+ };
+
+ this._debug();
+
+ this.load = function(oOptions) {
+ var oS = null;
+ if (typeof oOptions !== 'undefined') {
+ _t._iO = _mixin(oOptions);
+ _t.instanceOptions = _t._iO;
+ } else {
+ oOptions = _t.options;
+ _t._iO = oOptions;
+ _t.instanceOptions = _t._iO;
+ if (_t._lastURL && _t._lastURL !== _t.url) {
+ _wDS('manURL');
+ _t._iO.url = _t.url;
+ _t.url = null;
+ }
+ }
+ _s._wD('soundManager.load(): ' + _t._iO.url, 1);
+ if (_t._iO.url === _t.url && _t.readyState !== 0 && _t.readyState !== 2) {
+ _wDS('onURL', 1);
+ return _t;
+ }
+ _t._lastURL = _t.url;
+ _t.loaded = false;
+ _t.readyState = 1;
+ _t.playState = 0;
+ if (_html5OK(_t._iO)) {
+ _s._wD('HTML 5 load: '+_t._iO.url);
+ oS = _t._setup_html5(_t._iO);
+ oS.load();
+ if (_t._iO.autoPlay) {
+ _t.play();
+ }
+ } else {
+ try {
+ _t.isHTML5 = false;
+ _t._iO = _policyFix(_loopFix(_t._iO));
+ if (_fV === 8) {
+ _s.o._load(_t.sID, _t._iO.url, _t._iO.stream, _t._iO.autoPlay, (_t._iO.whileloading?1:0), _t._iO.loops||1, _t._iO.usePolicyFile);
+ } else {
+ _s.o._load(_t.sID, _t._iO.url, _t._iO.stream?true:false, _t._iO.autoPlay?true:false, _t._iO.loops||1, _t._iO.autoLoad?true:false, _t._iO.usePolicyFile);
+ }
+ } catch(e) {
+ _wDS('smError', 2);
+ _debugTS('onload', false);
+ _die();
+ }
+ }
+ return _t;
+ };
+
+ this.unload = function() {
+ // Flash 8/AS2 can't "close" a stream - fake it by loading an empty MP3
+ // Flash 9/AS3: Close stream, preventing further load
+ if (_t.readyState !== 0) {
+ _s._wD('SMSound.unload(): "' + _t.sID + '"');
+ if (!_t.isHTML5) {
+ if (_fV === 8) {
+ _s.o._unload(_t.sID, _s.nullURL);
+ } else {
+ _s.o._unload(_t.sID);
+ }
+ } else {
+ _stop_html5_timer();
+ if (_a) {
+ // abort()-style method here, stop loading? (doesn't exist?)
+ _a.pause();
+ _a.src = _s.nullURL; // needed? does nulling object work? any better way to cancel/unload/abort?
+ _a.load();
+ _t._audio = null;
+ _a = null;
+ // delete _t._audio;
+ }
+ }
+ // reset load/status flags
+ _resetProperties();
+ }
+ return _t;
+ };
+
+ this.destruct = function(_bFromSM) {
+ _s._wD('SMSound.destruct(): "' + _t.sID + '"');
+ if (!_t.isHTML5) {
+ // kill sound within Flash
+ // Disable the onfailure handler
+ _t._iO.onfailure = null;
+ _s.o._destroySound(_t.sID);
+ } else {
+ _stop_html5_timer();
+ if (_a) {
+ _a.pause();
+ _a.src = 'about:blank';
+ _a.load();
+ _t._audio = null;
+ _a = null;
+ // delete _t._audio;
+ }
+ }
+ if (!_bFromSM) {
+ _s.destroySound(_t.sID, true); // ensure deletion from controller
+ }
+ };
+
+ this.play = function(oOptions, _updatePlayState) {
+ var fN = 'SMSound.play(): ', allowMulti;
+ _updatePlayState = (typeof _updatePlayState === 'undefined' ? true : _updatePlayState);
+ if (!oOptions) {
+ oOptions = {};
+ }
+ _t._iO = _mixin(oOptions, _t._iO);
+ _t._iO = _mixin(_t._iO, _t.options);
+ _t.instanceOptions = _t._iO;
+ if (_t._iO.serverURL) {
+ if (!_t.connected) {
+ if (!_t.getAutoPlay()) {
+ _s._wD(fN+' Netstream not connected yet - setting autoPlay');
+ _t.setAutoPlay(true);
+ }
+ return _t;
+ }
+ }
+ if (_html5OK(_t._iO)) {
+ _t._setup_html5(_t._iO);
+ _start_html5_timer();
+ }
+ // KJV paused sounds have playState 1. We want these sounds to play.
+ if (_t.playState === 1 && !_t.paused) {
+ allowMulti = _t._iO.multiShot;
+ if (!allowMulti) {
+ _s._wD(fN + '"' + _t.sID + '" already playing (one-shot)', 1);
+ return _t;
+ } else {
+ _s._wD(fN + '"' + _t.sID + '" already playing (multi-shot)', 1);
+ if (_t.isHTML5) {
+ // TODO: BUG?
+ _t.setPosition(_t._iO.position);
+ }
+ }
+ }
+ if (!_t.loaded) {
+ if (_t.readyState === 0) {
+ _s._wD(fN + 'Attempting to load "' + _t.sID + '"', 1);
+ // try to get this sound playing ASAP
+ if (!_t.isHTML5) {
+ if (!_t._iO.serverURL) {
+ _t._iO.autoPlay = true;
+ _t.load(_t._iO);
+ }
+ } else {
+ _t.load(_t._iO);
+ _t.readyState = 1;
+ }
+ } else if (_t.readyState === 2) {
+ _s._wD(fN + 'Could not load "' + _t.sID + '" - exiting', 2);
+ return _t;
+ } else {
+ _s._wD(fN + '"' + _t.sID + '" is loading - attempting to play..', 1);
+ }
+ } else {
+ _s._wD(fN + '"' + _t.sID + '"');
+ }
+ // Streams will pause when their buffer is full if they are not auto-playing.
+ // In this case paused is true, but the song hasn't started playing yet. If
+ // we just call resume() the onplay() callback will never be called.
+
+ // Also, if we just call resume() in this case and the sound has been muted
+ // (volume is 0), it will never have its volume set so sound will be heard
+ // when it shouldn't.
+ if (_t.paused && _t.position && _t.position > 0) { // https://gist.github.com/37b17df75cc4d7a90bf6
+ _s._wD(fN + '"' + _t.sID + '" is resuming from paused state',1);
+ _t.resume();
+ } else {
+ _s._wD(fN+'"'+ _t.sID+'" is starting to play');
+ _t.playState = 1;
+ _t.paused = false;
+ if (!_t.instanceCount || _t._iO.multiShotEvents || (_fV > 8 && !_t.isHTML5 && !_t.getAutoPlay())) {
+ _t.instanceCount++;
+ }
+ _t.position = (typeof _t._iO.position !== 'undefined' && !isNaN(_t._iO.position)?_t._iO.position:0);
+ _t._iO = _policyFix(_loopFix(_t._iO));
+ if (_t._iO.onplay && _updatePlayState) {
+ _t._iO.onplay.apply(_t);
+ }
+ _t.setVolume(_t._iO.volume, true);
+ _t.setPan(_t._iO.pan, true);
+ if (!_t.isHTML5) {
+ _s.o._start(_t.sID, _t._iO.loops || 1, (_fV === 9?_t.position:_t.position / 1000));
+ } else {
+ _start_html5_timer();
+ _t._setup_html5().play();
+ }
+ }
+ return _t;
+ };
+
+ this.start = this.play; // just for convenience
+
+ this.stop = function(bAll) {
+ if (_t.playState === 1) {
+ _t._onbufferchange(0);
+ _t.resetOnPosition(0);
+ if (!_t.isHTML5) {
+ _t.playState = 0;
+ }
+ _t.paused = false;
+ if (_t._iO.onstop) {
+ _t._iO.onstop.apply(_t);
+ }
+ if (!_t.isHTML5) {
+ _s.o._stop(_t.sID, bAll);
+ // hack for netStream: just unload
+ if (_t._iO.serverURL) {
+ _t.unload();
+ }
+ } else {
+ if (_a) {
+ _t.setPosition(0); // act like Flash, though
+ _a.pause(); // html5 has no stop()
+ _t.playState = 0;
+ _t._onTimer(); // and update UI
+ _stop_html5_timer();
+ _t.unload();
+ }
+ }
+ _t.instanceCount = 0;
+ _t._iO = {};
+ }
+ return _t;
+ };
+
+ this.setAutoPlay = function(autoPlay) {
+ _s._wD('sound '+_t.sID+' turned autoplay ' + (autoPlay ? 'on' : 'off'));
+ _t._iO.autoPlay = autoPlay;
+ _s.o._setAutoPlay(_t.sID, autoPlay);
+ if (autoPlay) {
+ // KJV Only increment the instanceCount if the sound isn't loaded (TODO: verify RTMP)
+ if (!_t.instanceCount && _t.readyState === 1) {
+ _t.instanceCount++;
+ _s._wD('sound '+_t.sID+' incremented instance count to '+_t.instanceCount);
+ }
+ }
+ };
+
+ this.getAutoPlay = function() {
+ return _t._iO.autoPlay;
+ };
+
+ this.setPosition = function(nMsecOffset, bNoDebug) {
+ if (nMsecOffset === undefined) {
+ nMsecOffset = 0;
+ }
+ // KJV Use the duration from the instance options, if we don't have a track duration yet.
+ // Auto-loading streams with a starting position in their options will start playing
+ // as soon as they connect. In the start() call we set the position on the stream,
+ // but because the stream hasn't played _t.duration won't have been set (that is
+ // done in whileloading()). So if we don't have a duration yet, use the duration
+ // from the instance options, if available.
+ var position, offset = (_t.isHTML5 ? Math.max(nMsecOffset,0) : Math.min(_t.duration || _t._iO.duration, Math.max(nMsecOffset, 0))); // position >= 0 and <= current available (loaded) duration
+ _t.position = offset;
+ _t.resetOnPosition(_t.position);
+ if (!_t.isHTML5) {
+ position = _fV === 9 ? _t.position : _t.position / 1000;
+ // KJV We want our sounds to play on seek. A progressive download that
+ // is loaded has paused = false so resume() does nothing and the sound
+ // doesn't play. Handle that case here.
+ if (_t.playState === 0) {
+ _t.play({ position: position });
+ } else {
+ _s.o._setPosition(_t.sID, position, (_t.paused || !_t.playState)); // if paused or not playing, will not resume (by playing)
+ // if (_t.paused) {
+ // _t.resume();
+ // }
+ }
+ } else if (_a) {
+ _s._wD('setPosition(): setting position to '+(_t.position / 1000));
+ if (_t.playState) {
+ // DOM/JS errors/exceptions to watch out for:
+ // if seek is beyond (loaded?) position, "DOM exception 11"
+ // "INDEX_SIZE_ERR": DOM exception 1
+ try {
+ _a.currentTime = _t.position / 1000;
+ } catch(e) {
+ _s._wD('setPosition('+_t.position+'): WARN: Caught exception: '+e.message, 2);
+ }
+ } else {
+ _s._wD('HTML 5 warning: cannot set position while playState == 0 (not playing)',2);
+ }
+ if (_t.paused) { // if paused, refresh UI right away
+ _t._onTimer(true); // force update
+ if (_t._iO.useMovieStar) {
+ _t.resume();
+ }
+ }
+ }
+ return _t;
+ };
+
+ this.pause = function(bCallFlash) {
+ if (_t.paused || (_t.playState === 0 && _t.readyState !== 1)) {
+ return _t;
+ }
+ _s._wD('SMSound.pause()');
+ _t.paused = true;
+ if (!_t.isHTML5) {
+ if (bCallFlash || bCallFlash === undefined) {
+ _s.o._pause(_t.sID);
+ }
+ } else {
+ _t._setup_html5().pause();
+ _stop_html5_timer();
+ }
+ if (_t._iO.onpause) {
+ _t._iO.onpause.apply(_t);
+ }
+ return _t;
+ };
+
+ this.resume = function() {
+ // When auto-loaded streams pause on buffer full they have a playState of 0.
+ // We need to make sure that the playState is set to 1 when these streams "resume".
+ if (!_t.paused) {
+ return _t;
+ }
+ _s._wD('SMSound.resume()');
+ _t.paused = false;
+ _t.playState = 1; // TODO: verify that this is needed.
+ if (!_t.isHTML5) {
+ _s.o._pause(_t.sID); // flash method is toggle-based (pause/resume)
+ } else {
+ _t._setup_html5().play();
+ _start_html5_timer();
+ }
+ if (_t._iO.onresume) {
+ _t._iO.onresume.apply(_t);
+ }
+ return _t;
+ };
+
+ this.togglePause = function() {
+ _s._wD('SMSound.togglePause()');
+ if (_t.playState === 0) {
+ _t.play({
+ position: (_fV === 9 && !_t.isHTML5 ? _t.position:_t.position / 1000)
+ });
+ return _t;
+ }
+ if (_t.paused) {
+ _t.resume();
+ } else {
+ _t.pause();
+ }
+ return _t;
+ };
+
+ this.setPan = function(nPan, bInstanceOnly) {
+ if (typeof nPan === 'undefined') {
+ nPan = 0;
+ }
+ if (typeof bInstanceOnly === 'undefined') {
+ bInstanceOnly = false;
+ }
+ if (!_t.isHTML5) {
+ _s.o._setPan(_t.sID, nPan);
+ } // else { no HTML5 pan? }
+ _t._iO.pan = nPan;
+ if (!bInstanceOnly) {
+ _t.pan = nPan;
+ }
+ return _t;
+ };
+
+ this.setVolume = function(nVol, bInstanceOnly) {
+ if (typeof nVol === 'undefined') {
+ nVol = 100;
+ }
+ if (typeof bInstanceOnly === 'undefined') {
+ bInstanceOnly = false;
+ }
+ if (!_t.isHTML5) {
+ _s.o._setVolume(_t.sID, (_s.muted && !_t.muted) || _t.muted?0:nVol);
+ } else if (_a) {
+ _a.volume = nVol/100;
+ }
+ _t._iO.volume = nVol;
+ if (!bInstanceOnly) {
+ _t.volume = nVol;
+ }
+ return _t;
+ };
+
+ this.mute = function() {
+ _t.muted = true;
+ if (!_t.isHTML5) {
+ _s.o._setVolume(_t.sID, 0);
+ } else if (_a) {
+ _a.muted = true;
+ }
+ return _t;
+ };
+
+ this.unmute = function() {
+ _t.muted = false;
+ var hasIO = typeof _t._iO.volume !== 'undefined';
+ if (!_t.isHTML5) {
+ _s.o._setVolume(_t.sID, hasIO?_t._iO.volume:_t.options.volume);
+ } else if (_a) {
+ _a.muted = false;
+ }
+ return _t;
+ };
+
+ this.toggleMute = function() {
+ return (_t.muted?_t.unmute():_t.mute());
+ };
+
+ this.onposition = function(nPosition, oMethod, oScope) {
+ // TODO: allow for ranges, too? eg. (nPosition instanceof Array)
+ _t._onPositionItems.push({
+ position: nPosition,
+ method: oMethod,
+ scope: (typeof oScope !== 'undefined'?oScope:_t),
+ fired: false
+ });
+ return _t;
+ };
+
+ this.processOnPosition = function() {
+ var i, item, j = _t._onPositionItems.length;
+ if (!j || !_t.playState || _t._onPositionFired >= j) {
+ return false;
+ }
+ for (i=j; i--;) {
+ item = _t._onPositionItems[i];
+ if (!item.fired && _t.position >= item.position) {
+ item.method.apply(item.scope,[item.position]);
+ item.fired = true;
+ _s._onPositionFired++;
+ }
+ }
+ return true;
+ };
+
+ this.resetOnPosition = function(nPosition) {
+ // reset "fired" for items interested in this position
+ var i, item, j = _t._onPositionItems.length;
+ if (!j) {
+ return false;
+ }
+ for (i=j; i--;) {
+ item = _t._onPositionItems[i];
+ if (item.fired && nPosition <= item.position) {
+ item.fired = false;
+ _s._onPositionFired--;
+ }
+ }
+ return true;
+ };
+
+ // pseudo-private soundManager reference
+
+ this._onTimer = function(bForce) {
+ // HTML 5-only _whileplaying() etc.
+ var time, x = {};
+ if (_t._hasTimer || bForce) {
+ if (_a && (bForce || ((_t.playState > 0 || _t.readyState === 1) && !_t.paused))) { // TODO: May not need to track readyState (1 = loading)
+ _t.duration = _get_html5_duration();
+ _t.durationEstimate = _t.duration;
+ time = _a.currentTime?_a.currentTime*1000:0;
+ _t._whileplaying(time,x,x,x,x);
+ return true;
+ } else {
+ _s._wD('_onTimer: Warn for "'+_t.sID+'": '+(!_a?'Could not find element. ':'')+(_t.playState === 0?'playState bad, 0?':'playState = '+_t.playState+', OK'));
+ return false;
+ }
+ }
+ };
+
+ // --- private internals ---
+
+ _get_html5_duration = function() {
+ var d = (_a?_a.duration*1000:undefined);
+ return (d && !isNaN(d)?d:null);
+ };
+
+ _start_html5_timer = function() {
+ if (_t.isHTML5) {
+ _startTimer(_t);
+ }
+ };
+
+ _stop_html5_timer = function() {
+ if (_t.isHTML5) {
+ _stopTimer(_t);
+ }
+ };
+
+ _resetProperties = function(bLoaded) {
+ _t._onPositionItems = [];
+ _t._onPositionFired = 0;
+ _t._hasTimer = null;
+ _t._added_events = null;
+ _t._audio = null;
+ _a = null;
+ _t.bytesLoaded = null;
+ _t.bytesTotal = null;
+ _t.position = null;
+ _t.duration = (_t._iO && _t._iO.duration?_t._iO.duration:null);
+ _t.durationEstimate = null;
+ _t.failures = 0;
+ _t.loaded = false;
+ _t.playState = 0;
+ _t.paused = false;
+ _t.readyState = 0; // 0 = uninitialised, 1 = loading, 2 = failed/error, 3 = loaded/success
+ _t.muted = false;
+ _t.didBeforeFinish = false;
+ _t.didJustBeforeFinish = false;
+ _t.isBuffering = false;
+ _t.instanceOptions = {};
+ _t.instanceCount = 0;
+ _t.peakData = {
+ left: 0,
+ right: 0
+ };
+ _t.waveformData = {
+ left: [],
+ right: []
+ };
+ _t.eqData = []; // legacy: 1D array
+ _t.eqData.left = [];
+ _t.eqData.right = [];
+ };
+
+ _resetProperties();
+
+ // pseudo-private methods used by soundManager
+
+ this._setup_html5 = function(oOptions) {
+ var _iO = _mixin(_t._iO, oOptions);
+ if (_a) {
+ if (_t.url !== _iO.url) {
+ _s._wD('setting new URL on existing object: '+_iO.url);
+ _a.src = _iO.url;
+ }
+ } else {
+ _s._wD('creating HTML 5 audio element with URL: '+_iO.url);
+ _t._audio = new Audio(_iO.url);
+ _a = _t._audio;
+ _t.isHTML5 = true;
+ _add_html5_events();
+ }
+ _a.loop = (_iO.loops>1?'loop':'');
+ return _t._audio;
+ };
+
+ // related private methods
+
+ _add_html5_events = function() {
+ if (_t._added_events) {
+ return false;
+ }
+ _t._added_events = true;
+
+ function _add(oEvt, oFn, bCapture) {
+ return (_a ? _a.addEventListener(oEvt, oFn, bCapture||false) : null);
+ }
+
+ _add('load', function(e) {
+ _s._wD('HTML5::load: '+_t.sID);
+ if (_a) {
+ _t._onbufferchange(0);
+ _t._whileloading(_t.bytesTotal, _t.bytesTotal, _get_html5_duration());
+ _t._onload(true);
+ }
+ }, false);
+
+ _add('canplay', function(e) {
+ _s._wD('HTML5::canplay: '+_t.sID);
+ // enough has loaded to play
+ _t._onbufferchange(0);
+ },false);
+
+ _add('waiting', function(e) {
+ _s._wD('HTML5::waiting: '+_t.sID);
+ // playback faster than download rate, etc.
+ _t._onbufferchange(1);
+ },false);
+
+ _add('progress', function(e) { // not supported everywhere yet..
+ _s._wD('HTML5::progress: '+_t.sID+': loaded/total: '+(e.loaded||0)+'/'+(e.total||1));
+ if (!_t.loaded && _a) {
+ _t._onbufferchange(0); // if progress, likely not buffering
+ _t._whileloading(e.loaded||0, e.total||1, _get_html5_duration());
+ }
+ }, false);
+
+ _add('error', function(e) {
+ if (_a) {
+ _s._wD('HTML5::error: '+_a.error.code);
+ // call load with error state?
+ _t._onload(false);
+ }
+ }, false);
+
+ _add('loadstart', function(e) {
+ _s._wD('HTML5::loadstart: '+_t.sID);
+ // assume buffering at first
+ _t._onbufferchange(1);
+ }, false);
+
+ _add('play', function(e) {
+ _s._wD('HTML5::play: '+_t.sID);
+ // once play starts, no buffering
+ _t._onbufferchange(0);
+ }, false);
+
+ // TODO: verify if this is actually implemented anywhere yet.
+ _add('playing', function(e) {
+ _s._wD('HTML5::playing: '+_t.sID);
+ // once play starts, no buffering
+ _t._onbufferchange(0);
+ }, false);
+
+ _add('timeupdate', function(e) {
+ _t._onTimer();
+ }, false);
+
+ // avoid stupid premature event-firing bug in Safari(?)
+ setTimeout(function(){
+ if (_t && _a) {
+ _add('ended',function(e) {
+ _s._wD('HTML5::ended: '+_t.sID);
+ _t._onfinish();
+ }, false);
+ }
+ }, 250);
+ return true;
+ };
+
+ // --- "private" methods called by Flash ---
+
+ this._whileloading = function(nBytesLoaded, nBytesTotal, nDuration, nBufferLength) {
+ _t.bytesLoaded = nBytesLoaded;
+ _t.bytesTotal = nBytesTotal;
+ _t.duration = Math.floor(nDuration);
+ _t.bufferLength = nBufferLength;
+ if (!_t._iO.isMovieStar) {
+ if (_t._iO.duration) {
+ // use options, if specified and larger
+ _t.durationEstimate = (_t.duration > _t._iO.duration) ? _t.duration : _t._iO.duration;
+ } else {
+ _t.durationEstimate = parseInt((_t.bytesTotal / _t.bytesLoaded) * _t.duration, 10);
+ }
+ if (_t.durationEstimate === undefined) {
+ _t.durationEstimate = _t.duration;
+ }
+ _t.bufferLength = nBufferLength;
+ if (_t.readyState !== 3 && _t._iO.whileloading) {
+ _t._iO.whileloading.apply(_t);
+ }
+ } else {
+ _t.durationEstimate = _t.duration;
+ if (_t.readyState !== 3 && _t._iO.whileloading) {
+ _t._iO.whileloading.apply(_t);
+ }
+ }
+ };
+
+ this._onid3 = function(oID3PropNames, oID3Data) {
+ // oID3PropNames: string array (names)
+ // ID3Data: string array (data)
+ _s._wD('SMSound._onid3(): "' + this.sID + '" ID3 data received.');
+ var oData = [], i, j;
+ for (i = 0, j = oID3PropNames.length; i < j; i++) {
+ oData[oID3PropNames[i]] = oID3Data[i];
+ }
+ _t.id3 = _mixin(_t.id3, oData);
+ if (_t._iO.onid3) {
+ _t._iO.onid3.apply(_t);
+ }
+ };
+
+ this._whileplaying = function(nPosition, oPeakData, oWaveformDataLeft, oWaveformDataRight, oEQData) {
+ if (isNaN(nPosition) || nPosition === null) {
+ return false; // Flash may return NaN at times
+ }
+ if (_t.playState === 0 && nPosition > 0) {
+ // invalid position edge case for end/stop
+ nPosition = 0;
+ }
+ _t.position = nPosition;
+ _t.processOnPosition();
+ if (_fV > 8 && !_t.isHTML5) {
+ if (_t._iO.usePeakData && typeof oPeakData !== 'undefined' && oPeakData) {
+ _t.peakData = {
+ left: oPeakData.leftPeak,
+ right: oPeakData.rightPeak
+ };
+ }
+ if (_t._iO.useWaveformData && typeof oWaveformDataLeft !== 'undefined' && oWaveformDataLeft) {
+ _t.waveformData = {
+ left: oWaveformDataLeft.split(','),
+ right: oWaveformDataRight.split(',')
+ };
+ }
+ if (_t._iO.useEQData) {
+ if (typeof oEQData !== 'undefined' && oEQData && oEQData.leftEQ) {
+ var eqLeft = oEQData.leftEQ.split(',');
+ _t.eqData = eqLeft;
+ _t.eqData.left = eqLeft;
+ if (typeof oEQData.rightEQ !== 'undefined' && oEQData.rightEQ) {
+ _t.eqData.right = oEQData.rightEQ.split(',');
+ }
+ }
+ }
+ }
+ if (_t.playState === 1) {
+ // special case/hack: ensure buffering is false if loading from cache (and not yet started)
+ if (!_t.isHTML5 && _s.flashVersion === 8 && !_t.position && _t.isBuffering) {
+ _t._onbufferchange(0);
+ }
+ if (_t._iO.whileplaying) {
+ _t._iO.whileplaying.apply(_t); // flash may call after actual finish
+ }
+ if ((_t.loaded || (!_t.loaded && _t._iO.isMovieStar)) && _t._iO.onbeforefinish && _t._iO.onbeforefinishtime && !_t.didBeforeFinish && _t.duration - _t.position <= _t._iO.onbeforefinishtime) {
+ _t._onbeforefinish();
+ }
+ }
+ return true;
+ };
+
+ this._onconnect = function(bSuccess) {
+ var fN = 'SMSound._onconnect(): ';
+ bSuccess = (bSuccess === 1);
+ _s._wD(fN+'"'+_t.sID+'"'+(bSuccess?' connected.':' failed to connect? - '+_t.url), (bSuccess?1:2));
+ _t.connected = bSuccess;
+ if (bSuccess) {
+ _t.failures = 0;
+ if (_t._iO.onconnect) {
+ _t._iO.onconnect.apply(_t,[bSuccess]);
+ }
+ // don't play if the sound is being destroyed
+ if (_idCheck(_t.sID) && (_t.options.autoLoad || _t.getAutoPlay())) {
+ _t.play(undefined, _t.getAutoPlay()); // only update the play state if auto playing
+ }
+ }
+ };
+
+ this._onload = function(nSuccess) {
+ var fN = 'SMSound._onload(): ', loadOK = (nSuccess?true:false);
+ _s._wD(fN + '"' + _t.sID + '"' + (loadOK?' loaded.':' failed to load? - ' + _t.url), (loadOK?1:2));
+ // <d>
+ if (!loadOK && !_t.isHTML5) {
+ if (_s.sandbox.noRemote === true) {
+ _s._wD(fN + _str('noNet'), 1);
+ }
+ if (_s.sandbox.noLocal === true) {
+ _s._wD(fN + _str('noLocal'), 1);
+ }
+ }
+ // </d>
+ _t.loaded = loadOK;
+ _t.readyState = loadOK?3:2;
+ _t._onbufferchange(0);
+ if (_t._iO.onload) {
+ _t._iO.onload.apply(_t, [loadOK]);
+ }
+ return true;
+ };
+
+ // fire onfailure() only once at most
+ // at this point we just recreate failed sounds rather than trying to reconnect.
+ this._onfailure = function(msg, level, code) {
+ _t.failures++;
+ _s._wD('SMSound._onfailure(): "'+_t.sID+'" count '+_t.failures);
+ if (_t._iO.onfailure && _t.failures === 1) {
+ _t._iO.onfailure(_t, msg, level, code);
+ } else {
+ _s._wD('SMSound._onfailure(): ignoring');
+ }
+ };
+
+ this._onbeforefinish = function() {
+ if (!_t.didBeforeFinish) {
+ _t.didBeforeFinish = true;
+ if (_t._iO.onbeforefinish) {
+ _s._wD('SMSound._onbeforefinish(): "' + _t.sID + '"');
+ _t._iO.onbeforefinish.apply(_t);
+ }
+ }
+ };
+
+ this._onjustbeforefinish = function(msOffset) {
+ if (!_t.didJustBeforeFinish) {
+ _t.didJustBeforeFinish = true;
+ if (_t._iO.onjustbeforefinish) {
+ _s._wD('SMSound._onjustbeforefinish(): "' + _t.sID + '"');
+ _t._iO.onjustbeforefinish.apply(_t);
+ }
+ }
+ };
+
+ // KJV - connect & play time callback from Flash
+ this._onstats = function(stats) {
+ if (_t._iO.onstats) {
+ _t._iO.onstats(_t, stats);
+ }
+ };
+
+ this._onfinish = function() {
+ // _s._wD('SMSound._onfinish(): "' + _t.sID + '" got instanceCount '+_t.instanceCount);
+ _t._onbufferchange(0);
+ _t.resetOnPosition(0);
+ if (_t._iO.onbeforefinishcomplete) {
+ _t._iO.onbeforefinishcomplete.apply(_t);
+ }
+ // reset some state items
+ _t.didBeforeFinish = false;
+ _t.didJustBeforeFinish = false;
+ if (_t.instanceCount) {
+ _t.instanceCount--;
+ if (!_t.instanceCount) {
+ // reset instance options
+ _t.playState = 0;
+ _t.paused = false;
+ _t.instanceCount = 0;
+ _t.instanceOptions = {};
+ _stop_html5_timer();
+ }
+ if (!_t.instanceCount || _t._iO.multiShotEvents) {
+ // fire onfinish for last, or every instance
+ if (_t._iO.onfinish) {
+ _s._wD('SMSound._onfinish(): "' + _t.sID + '"');
+ _t._iO.onfinish.apply(_t);
+ }
+ }
+ }
+ };
+
+ this._onbufferchange = function(nIsBuffering) {
+ var fN = 'SMSound._onbufferchange()';
+ if (_t.playState === 0) {
+ // ignore if not playing
+ return false;
+ }
+ if ((nIsBuffering && _t.isBuffering) || (!nIsBuffering && !_t.isBuffering)) {
+ return false;
+ }
+ _t.isBuffering = (nIsBuffering === 1);
+ if (_t._iO.onbufferchange) {
+ _s._wD(fN + ': ' + nIsBuffering);
+ _t._iO.onbufferchange.apply(_t);
+ }
+ return true;
+ };
+
+ this._ondataerror = function(sError) {
+ // flash 9 wave/eq data handler
+ if (_t.playState > 0) { // hack: called at start, and end from flash at/after onfinish()
+ _s._wD('SMSound._ondataerror(): ' + sError);
+ if (_t._iO.ondataerror) {
+ _t._iO.ondataerror.apply(_t);
+ }
+ }
+ };
+
+ }; // SMSound()
+
+ // --- private SM2 internals ---
+
+ _getDocument = function() {
+ return (_doc.body?_doc.body:(_doc._docElement?_doc.documentElement:_doc.getElementsByTagName('div')[0]));
+ };
+
+ _id = function(sID) {
+ return _doc.getElementById(sID);
+ };
+
+ _mixin = function(oMain, oAdd) {
+ // non-destructive merge
+ var o1 = {}, i, o2, o;
+ for (i in oMain) { // clone c1
+ if (oMain.hasOwnProperty(i)) {
+ o1[i] = oMain[i];
+ }
+ }
+ o2 = (typeof oAdd === 'undefined'?_s.defaultOptions:oAdd);
+ for (o in o2) {
+ if (o2.hasOwnProperty(o) && typeof o1[o] === 'undefined') {
+ o1[o] = o2[o];
+ }
+ }
+ return o1;
+ };
+
+ (function() {
+ var old = (_win.attachEvent),
+ evt = {
+ add: (old?'attachEvent':'addEventListener'),
+ remove: (old?'detachEvent':'removeEventListener')
+ };
+
+ function getArgs(oArgs) {
+ var args = _slice.call(oArgs), len = args.length;
+ if (old) {
+ args[1] = 'on' + args[1]; // prefix
+ if (len > 3) {
+ args.pop(); // no capture
+ }
+ } else if (len === 3) {
+ args.push(false);
+ }
+ return args;
+ }
+
+ function apply(args, sType) {
+ var oFunc = args.shift()[evt[sType]];
+ if (old) {
+ oFunc(args[0], args[1]);
+ } else {
+ oFunc.apply(this, args);
+ }
+ }
+
+ _addEvt = function() {
+ apply(getArgs(arguments), 'add');
+ };
+
+ _removeEvt = function() {
+ apply(getArgs(arguments), 'remove');
+ };
+ }());
+
+ _html5OK = function(iO) {
+ return ((iO.type?_html5CanPlay({type:iO.type}):false)||_html5CanPlay(iO.url));
+ };
+
+ _html5CanPlay = function(sURL) {
+ // try to find MIME, test and return truthiness
+ if (!_s.useHTML5Audio || !_s.hasHTML5) {
+ return false;
+ }
+ var result, mime, fileExt, item, aF = _s.audioFormats;
+ if (!_html5Ext) {
+ _html5Ext = [];
+ for (item in aF) {
+ if (aF.hasOwnProperty(item)) {
+ _html5Ext.push(item);
+ if (aF[item].related) {
+ _html5Ext = _html5Ext.concat(aF[item].related);
+ }
+ }
+ }
+ _html5Ext = new RegExp('\\.('+_html5Ext.join('|')+')','i');
+ }
+ mime = (typeof sURL.type !== 'undefined'?sURL.type:null);
+ fileExt = (typeof sURL === 'string'?sURL.toLowerCase().match(_html5Ext):null); // TODO: Strip URL queries, etc.
+ if (!fileExt || !fileExt.length) {
+ if (!mime) {
+ return false;
+ }
+ } else {
+ fileExt = fileExt[0].substr(1); // "mp3", for example
+ }
+ if (fileExt && typeof _s.html5[fileExt] !== 'undefined') {
+ // result known
+ return _s.html5[fileExt];
+ } else {
+ if (!mime) {
+ if (fileExt && _s.html5[fileExt]) {
+ return _s.html5[fileExt];
+ } else {
+ // best-case guess, audio/whatever-dot-filename-format-you're-playing
+ mime = 'audio/'+fileExt;
+ }
+ }
+ result = _s.html5.canPlayType(mime);
+ _s.html5[fileExt] = result;
+ // _s._wD('canPlayType, found result: '+result);
+ return result;
+ }
+ };
+
+ _testHTML5 = function() {
+ if (!_s.useHTML5Audio || typeof Audio === 'undefined') {
+ return false;
+ }
+ var a = (typeof Audio !== 'undefined' ? new Audio():null), item, support = {}, aF, i;
+ function _cp(m) {
+ var canPlay, i, j, isOK = false;
+ if (!a || typeof a.canPlayType !== 'function') {
+ return false;
+ }
+ if (m instanceof Array) {
+ // iterate through all mime types, return any successes
+ for (i=0, j=m.length; i<j && !isOK; i++) {
+ if (_s.html5[m[i]] || a.canPlayType(m[i]).match(_s.html5Test)) {
+ isOK = true;
+ _s.html5[m[i]] = true;
+ }
+ }
+ return isOK;
+ } else {
+ canPlay = (a && typeof a.canPlayType === 'function' ? a.canPlayType(m) : false);
+ return (canPlay && (canPlay.match(_s.html5Test)?true:false));
+ }
+ }
+ // test all registered formats + codecs
+ aF = _s.audioFormats;
+ for (item in aF) {
+ if (aF.hasOwnProperty(item)) {
+ support[item] = _cp(aF[item].type);
+ // assign result to related formats, too
+ if (aF[item] && aF[item].related) {
+ for (i=0; i<aF[item].related.length; i++) {
+ _s.html5[aF[item].related[i]] = support[item];
+ }
+ }
+ }
+ }
+ support.canPlayType = (a?_cp:null);
+ _s.html5 = _mixin(_s.html5, support);
+ return true;
+ };
+
+ _strings = {
+ // <d>
+ notReady: 'Not loaded yet - wait for soundManager.onload()/onready()',
+ notOK: 'Audio support is not available.',
+ appXHTML: _sm + '::createMovie(): appendChild/innerHTML set failed. May be app/xhtml+xml DOM-related.',
+ spcWmode: _sm + '::createMovie(): Removing wmode, preventing win32 below-the-fold SWF loading issue',
+ swf404: _sm + ': Verify that %s is a valid path.',
+ tryDebug: 'Try ' + _sm + '.debugFlash = true for more security details (output goes to SWF.)',
+ checkSWF: 'See SWF output for more debug info.',
+ localFail: _sm + ': Non-HTTP page (' + _doc.location.protocol + ' URL?) Review Flash player security settings for this special case:\nhttp://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html\nMay need to add/allow path, eg. c:/sm2/ or /users/me/sm2/',
+ waitFocus: _sm + ': Special case: Waiting for focus-related event..',
+ waitImpatient: _sm + ': Getting impatient, still waiting for Flash%s...',
+ waitForever: _sm + ': Waiting indefinitely for Flash (will recover if unblocked)...',
+ needFunction: _sm + '.onready(): Function object expected',
+ badID: 'Warning: Sound ID "%s" should be a string, starting with a non-numeric character',
+ noMS: 'MovieStar mode not enabled. Exiting.',
+ currentObj: '--- ' + _sm + '._debug(): Current sound objects ---',
+ waitEI: _sm + '::initMovie(): Waiting for ExternalInterface call from Flash..',
+ waitOnload: _sm + ': Waiting for window.onload()',
+ docLoaded: _sm + ': Document already loaded',
+ onload: _sm + '::initComplete(): calling soundManager.onload()',
+ onloadOK: _sm + '.onload() complete',
+ init: '-- ' + _sm + '::init() --',
+ didInit: _sm + '::init(): Already called?',
+ flashJS: _sm + ': Attempting to call Flash from JS..',
+ noPolling: _sm + ': Polling (whileloading()/whileplaying() support) is disabled.',
+ secNote: 'Flash security note: Network/internet URLs will not load due to security restrictions. Access can be configured via Flash Player Global Security Settings Page: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html',
+ badRemove: 'Warning: Failed to remove flash movie.',
+ noPeak: 'Warning: peakData features unsupported for movieStar formats',
+ shutdown: _sm + '.disable(): Shutting down',
+ queue: _sm + '.onready(): Queueing handler',
+ smFail: _sm + ': Failed to initialise.',
+ smError: 'SMSound.load(): Exception: JS-Flash communication failed, or JS error.',
+ fbTimeout: 'No flash response, applying .'+_s.swfCSS.swfTimedout+' CSS..',
+ fbLoaded: 'Flash loaded',
+ fbHandler: 'soundManager::flashBlockHandler()',
+ manURL: 'SMSound.load(): Using manually-assigned URL',
+ onURL: _sm + '.load(): current URL already assigned.',
+ badFV: 'soundManager.flashVersion must be 8 or 9. "%s" is invalid. Reverting to %s.',
+ as2loop: 'Note: Setting stream:false so looping can work (flash 8 limitation)',
+ noNSLoop: 'Note: Looping not implemented for MovieStar formats',
+ needfl9: 'Note: Switching to flash 9, required for MP4 formats.',
+ mfTimeout: 'Setting flashLoadTimeout = 0 (infinite) for off-screen, mobile flash case',
+ mfOn: 'mobileFlash::enabling on-screen flash repositioning',
+ policy: 'Enabling usePolicyFile for data access'
+ // </d>
+ };
+
+ _id = function(sID) {
+ return _doc.getElementById(sID);
+ };
+
+ _str = function() { // o [,items to replace]
+ // <d>
+ var args = _slice.call(arguments), // real array, please
+ o = args.shift(), // first arg
+ str = (_strings && _strings[o]?_strings[o]:''), i, j;
+ if (str && args && args.length) {
+ for (i = 0, j = args.length; i < j; i++) {
+ str = str.replace('%s', args[i]);
+ }
+ }
+ return str;
+ // </d>
+ };
+
+ _loopFix = function(sOpt) {
+ // flash 8 requires stream = false for looping to work
+ if (_fV === 8 && sOpt.loops > 1 && sOpt.stream) {
+ _wDS('as2loop');
+ sOpt.stream = false;
+ }
+ return sOpt;
+ };
+
+ _policyFix = function(sOpt, sPre) {
+ if (sOpt && !sOpt.usePolicyFile && (sOpt.onid3 || sOpt.usePeakData || sOpt.useWaveformData || sOpt.useEQData)) {
+ _s._wD((sPre?sPre+':':'') + _str('policy'));
+ sOpt.usePolicyFile = true;
+ }
+ return sOpt;
+ };
+
+ _complain = function(sMsg) {
+ if (typeof console !== 'undefined' && typeof console.warn !== 'undefined') {
+ console.warn(sMsg);
+ } else {
+ _s._wD(sMsg);
+ }
+ };
+
+ _doNothing = function() {
+ return false;
+ };
+
+ _disableObject = function(o) {
+ for (var oProp in o) {
+ if (o.hasOwnProperty(oProp) && typeof o[oProp] === 'function') {
+ o[oProp] = _doNothing;
+ }
+ }
+ oProp = null;
+ };
+
+ _failSafely = function(bNoDisable) {
+ // general failure exception handler
+ if (typeof bNoDisable === 'undefined') {
+ bNoDisable = false;
+ }
+ if (_disabled || bNoDisable) {
+ _wDS('smFail', 2);
+ _s.disable(bNoDisable);
+ }
+ };
+
+ _normalizeMovieURL = function(smURL) {
+ var urlParams = null;
+ if (smURL) {
+ if (smURL.match(/\.swf(\?\.*)?$/i)) {
+ urlParams = smURL.substr(smURL.toLowerCase().lastIndexOf('.swf?') + 4);
+ if (urlParams) {
+ return smURL; // assume user knows what they're doing
+ }
+ } else if (smURL.lastIndexOf('/') !== smURL.length - 1) {
+ smURL = smURL + '/';
+ }
+ }
+ return (smURL && smURL.lastIndexOf('/') !== - 1?smURL.substr(0, smURL.lastIndexOf('/') + 1):'./') + _s.movieURL;
+ };
+
+ _setVersionInfo = function() {
+ if (_fV !== 8 && _fV !== 9) {
+ _s._wD(_str('badFV', _fV, _defaultFlashVersion));
+ _s.flashVersion = _defaultFlashVersion;
+ }
+ var isDebug = (_s.debugMode || _s.debugFlash?'_debug.swf':'.swf'); // debug flash movie, if applicable
+ if (_s.flashVersion < 9 && _s.useHTML5Audio && _s.audioFormats.mp4.required) {
+ _s._wD(_str('needfl9'));
+ _s.flashVersion = 9;
+ }
+ _fV = _s.flashVersion; // short-hand for internal use
+ _s.version = _s.versionNumber + (_html5Only?' (HTML5-only mode)':(_fV === 9?' (AS3/Flash 9)':' (AS2/Flash 8)'));
+ // set up default options
+ if (_fV > 8) {
+ _s.defaultOptions = _mixin(_s.defaultOptions, _s.flash9Options);
+ _s.features.buffering = true;
+ }
+ if (_fV > 8 && _s.useMovieStar) {
+ // flash 9+ support for movieStar formats as well as MP3
+ _s.defaultOptions = _mixin(_s.defaultOptions, _s.movieStarOptions);
+ _s.filePatterns.flash9 = new RegExp('\\.(mp3|' + _s.netStreamTypes.join('|') + ')(\\?.*)?$', 'i');
+ _s.mimePattern = _s.netStreamMimeTypes;
+ _s.features.movieStar = true;
+ } else {
+ _s.features.movieStar = false;
+ }
+ _s.filePattern = _s.filePatterns[(_fV !== 8?'flash9':'flash8')];
+ _s.movieURL = (_fV === 8?'soundmanager2.swf':'soundmanager2_flash9.swf').replace('.swf',isDebug);
+ _s.features.peakData = _s.features.waveformData = _s.features.eqData = (_fV > 8);
+ };
+
+ _setPolling = function(bPolling, bHighPerformance) {
+ if (!_s.o || !_s.allowPolling) {
+ return false;
+ }
+ _s.o._setPolling(bPolling, bHighPerformance);
+ };
+
+ (function() {
+ var old = (_win.attachEvent),
+ evt = {
+ add: (old?'attachEvent':'addEventListener'),
+ remove: (old?'detachEvent':'removeEventListener')
+ };
+
+ function getArgs(oArgs) {
+ var args = _slice.call(oArgs), len = args.length;
+ if (old) {
+ args[1] = 'on' + args[1]; // prefix
+ if (len > 3) {
+ args.pop(); // no capture
+ }
+ } else if (len === 3) {
+ args.push(false);
+ }
+ return args;
+ }
+
+ function apply(args, sType) {
+ var oFunc = args.shift()[evt[sType]];
+ if (old) {
+ oFunc(args[0], args[1]);
+ } else {
+ oFunc.apply(this, args);
+ }
+ }
+
+ _addEvt = function() {
+ apply(getArgs(arguments), 'add');
+ };
+
+ _removeEvt = function() {
+ apply(getArgs(arguments), 'remove');
+ };
+ }());
+
+ function _initDebug() {
+ if (_s.debugURLParam.test(_wl)) {
+ _s.debugMode = true; // allow force of debug mode via URL
+ }
+ // <d>
+ if (_id(_s.debugID)) {
+ return false;
+ }
+ var oD, oDebug, oTarget, oToggle, tmp;
+ if (_s.debugMode && !_id(_s.debugID) && ((!_hasConsole || !_s.useConsole) || (_s.useConsole && _hasConsole && !_s.consoleOnly))) {
+ oD = _doc.createElement('div');
+ oD.id = _s.debugID + '-toggle';
+ oToggle = {
+ 'position': 'fixed',
+ 'bottom': '0px',
+ 'right': '0px',
+ 'width': '1.2em',
+ 'height': '1.2em',
+ 'lineHeight': '1.2em',
+ 'margin': '2px',
+ 'textAlign': 'center',
+ 'border': '1px solid #999',
+ 'cursor': 'pointer',
+ 'background': '#fff',
+ 'color': '#333',
+ 'zIndex': 10001
+ };
+ oD.appendChild(_doc.createTextNode('-'));
+ oD.onclick = _toggleDebug;
+ oD.title = 'Toggle SM2 debug console';
+ if (_ua.match(/msie 6/i)) {
+ oD.style.position = 'absolute';
+ oD.style.cursor = 'hand';
+ }
+ for (tmp in oToggle) {
+ if (oToggle.hasOwnProperty(tmp)) {
+ oD.style[tmp] = oToggle[tmp];
+ }
+ }
+ oDebug = _doc.createElement('div');
+ oDebug.id = _s.debugID;
+ oDebug.style.display = (_s.debugMode?'block':'none');
+ if (_s.debugMode && !_id(oD.id)) {
+ try {
+ oTarget = _getDocument();
+ oTarget.appendChild(oD);
+ } catch(e2) {
+ throw new Error(_str('appXHTML'));
+ }
+ oTarget.appendChild(oDebug);
+ }
+ }
+ oTarget = null;
+ // </d>
+ }
+
+ _mobileFlash = (function(){
+
+ var oM = null;
+
+ function resetPosition() {
+ if (oM) {
+ oM.left = oM.top = '-9999px';
+ }
+ }
+
+ function reposition() {
+ oM.left = _win.scrollX+'px';
+ oM.top = _win.scrollY+'px';
+ }
+
+ function setReposition(bOn) {
+ _s._wD('mobileFlash::flash on-screen hack: '+(bOn?'ON':'OFF'));
+ var f = _win[(bOn?'add':'remove')+'EventListener'];
+ f('resize', reposition, false);
+ f('scroll', reposition, false);
+ }
+
+ function check(inDoc) {
+ // mobile flash (Android for starters) check
+ oM = _s.oMC.style;
+ if (_ua.match(/android/i)) {
+ if (inDoc) {
+ if (_s.flashLoadTimeout) {
+ _s._wDS('mfTimeout');
+ _s.flashLoadTimeout = 0;
+ }
+ return false;
+ }
+ _s._wD('mfOn');
+ oM.position = 'absolute';
+ oM.left = oM.top = '0px';
+ setReposition(true);
+ _s.onready(function(){
+ setReposition(false); // detach
+ resetPosition(); // restore when OK/timed out
+ });
+ reposition();
+ }
+ return true;
+ }
+
+ return {
+ 'check': check
+ };
+
+ }());
+
+ _createMovie = function(smID, smURL) {
+
+ var specialCase = null,
+ remoteURL = (smURL?smURL:_s.url),
+ localURL = (_s.altURL?_s.altURL:remoteURL),
+ oEmbed, oMovie, oTarget = _getDocument(), tmp, movieHTML, oEl, extraClass = _getSWFCSS(), s, x, sClass, side = '100%', isRTL = null, html = _doc.getElementsByTagName('html')[0];
+ isRTL = (html && html.dir && html.dir.match(/rtl/i));
+ smID = (typeof smID === 'undefined'?_s.id:smID);
+
+ if (_didAppend && _appendSuccess) {
+ return false; // ignore if already succeeded
+ }
+
+ function _initMsg() {
+ _s._wD('-- SoundManager 2 ' + _s.version + (!_html5Only && _s.useHTML5Audio?(_s.hasHTML5?' + HTML5 audio':', no HTML5 audio support'):'') + (_s.useMovieStar?', MovieStar mode':'') + (_s.useHighPerformance?', high performance mode, ':', ') + ((_s.useFastPolling?'fast':'normal') + ' polling') + (_s.wmode?', wmode: ' + _s.wmode:'') + (_s.debugFlash?', flash debug mode':'') + (_s.useFlashBlock?', flashBlock mode':'') + ' --', 1);
+ }
+
+ if (_html5Only) {
+ _setVersionInfo();
+ _initMsg();
+ _s.oMC = _id(_s.movieID);
+ _init();
+ // prevent multiple init attempts
+ _didAppend = true;
+ _appendSuccess = true;
+ return false;
+ }
+
+ _didAppend = true;
+
+ // safety check for legacy (change to Flash 9 URL)
+ _setVersionInfo();
+ _s.url = _normalizeMovieURL(this._overHTTP?remoteURL:localURL);
+ smURL = _s.url;
+
+ _s.wmode = (!_s.wmode && _s.useHighPerformance && !_s.useMovieStar?'transparent':_s.wmode);
+
+ if (_s.wmode !== null && !_isIE && !_s.useHighPerformance && navigator.platform.match(/win32/i)) {
+ _s.specialWmodeCase = true;
+ // extra-special case: movie doesn't load until scrolled into view when using wmode = anything but 'window' here
+ // does not apply when using high performance (position:fixed means on-screen), OR infinite flash load timeout
+ _wDS('spcWmode');
+ _s.wmode = null;
+ }
+
+ oEmbed = {
+ 'name': smID,
+ 'id': smID,
+ 'src': smURL,
+ 'width': side,
+ 'height': side,
+ 'quality': 'high',
+ 'allowScriptAccess': _s.allowScriptAccess,
+ 'bgcolor': _s.bgColor,
+ 'pluginspage': 'http://www.macromedia.com/go/getflashplayer',
+ 'type': 'application/x-shockwave-flash',
+ 'wmode': _s.wmode
+ };
+
+ if (_s.debugFlash) {
+ oEmbed.FlashVars = 'debug=1';
+ }
+
+ if (!_s.wmode) {
+ delete oEmbed.wmode; // don't write empty attribute
+ }
+
+ if (_isIE) {
+ // IE is "special".
+ oMovie = _doc.createElement('div');
+ movieHTML = '<object id="' + smID + '" data="' + smURL + '" type="' + oEmbed.type + '" width="' + oEmbed.width + '" height="' + oEmbed.height + '"><param name="movie" value="' + smURL + '" /><param name="AllowScriptAccess" value="' + _s.allowScriptAccess + '" /><param name="quality" value="' + oEmbed.quality + '" />' + (_s.wmode?'<param name="wmode" value="' + _s.wmode + '" /> ':'') + '<param name="bgcolor" value="' + _s.bgColor + '" />' + (_s.debugFlash?'<param name="FlashVars" value="' + oEmbed.FlashVars + '" />':'') + '<!-- --></object>';
+ } else {
+ oMovie = _doc.createElement('embed');
+ for (tmp in oEmbed) {
+ if (oEmbed.hasOwnProperty(tmp)) {
+ oMovie.setAttribute(tmp, oEmbed[tmp]);
+ }
+ }
+ }
+
+ _initDebug();
+ extraClass = _getSWFCSS();
+ oTarget = _getDocument();
+
+ if (oTarget) {
+ _s.oMC = _id(_s.movieID)?_id(_s.movieID):_doc.createElement('div');
+ if (!_s.oMC.id) {
+ _s.oMC.id = _s.movieID;
+ _s.oMC.className = _s.swfCSS.swfDefault + ' ' + extraClass;
+ // "hide" flash movie
+ s = null;
+ oEl = null;
+ if (!_s.useFlashBlock) {
+ if (_s.useHighPerformance) {
+ s = {
+ 'position': 'fixed',
+ 'width': '8px',
+ 'height': '8px',
+ // >= 6px for flash to run fast, >= 8px to start up under Firefox/win32 in some cases. odd? yes.
+ 'bottom': '0px',
+ 'left': '0px',
+ 'overflow': 'hidden'
+ };
+ } else {
+ s = {
+ 'position': 'absolute',
+ 'width': '6px',
+ 'height': '6px',
+ 'top': '-9999px',
+ 'left': '-9999px'
+ };
+ if (isRTL) {
+ s.left = Math.abs(parseInt(s.left,10))+'px';
+ }
+ }
+ }
+ if (_ua.match(/webkit/i)) {
+ _s.oMC.style.zIndex = 10000; // soundcloud-reported render/crash fix, safari 5
+ }
+ if (!_s.debugFlash) {
+ for (x in s) {
+ if (s.hasOwnProperty(x)) {
+ _s.oMC.style[x] = s[x];
+ }
+ }
+ }
+ try {
+ if (!_isIE) {
+ _s.oMC.appendChild(oMovie);
+ }
+ oTarget.appendChild(_s.oMC);
+ if (_isIE) {
+ oEl = _s.oMC.appendChild(_doc.createElement('div'));
+ oEl.className = _s.swfCSS.swfBox;
+ oEl.innerHTML = movieHTML;
+ }
+ _appendSuccess = true;
+ } catch(e) {
+ throw new Error(_str('appXHTML'));
+ }
+ _mobileFlash.check();
+ } else {
+ // it's already in the document.
+ sClass = _s.oMC.className;
+ _s.oMC.className = (sClass?sClass+' ':_s.swfCSS.swfDefault) + (extraClass?' '+extraClass:'');
+ _s.oMC.appendChild(oMovie);
+ if (_isIE) {
+ oEl = _s.oMC.appendChild(_doc.createElement('div'));
+ oEl.className = _s.swfCSS.swfBox;
+ oEl.innerHTML = movieHTML;
+ }
+ _appendSuccess = true;
+ _mobileFlash.check(true);
+ }
+ }
+
+ if (specialCase) {
+ _s._wD(specialCase);
+ }
+
+ _initMsg();
+ _s._wD('soundManager::createMovie(): Trying to load ' + smURL + (!this._overHTTP && _s.altURL?' (alternate URL)':''), 1);
+
+ return true;
+ };
+
+ _idCheck = this.getSoundById;
+
+ _initMovie = function() {
+ if (_html5Only) {
+ _createMovie();
+ return false;
+ }
+ // attempt to get, or create, movie
+ if (_s.o) {
+ return false; // may already exist
+ }
+ _s.o = _s.getMovie(_s.id); // inline markup
+ if (!_s.o) {
+ if (!_oRemoved) {
+ // try to create
+ _createMovie(_s.id, _s.url);
+ } else {
+ // try to re-append removed movie after reboot()
+ if (!_isIE) {
+ _s.oMC.appendChild(_oRemoved);
+ } else {
+ _s.oMC.innerHTML = _oRemovedHTML;
+ }
+ _oRemoved = null;
+ _didAppend = true;
+ }
+ _s.o = _s.getMovie(_s.id);
+ }
+ if (_s.o) {
+ _s._wD('soundManager::initMovie(): Got '+_s.o.nodeName+' element ('+(_didAppend?'created via JS':'static HTML')+')');
+ _wDS('waitEI');
+ }
+ if (_s.oninitmovie instanceof Function) {
+ setTimeout(_s.oninitmovie, 1);
+ }
+ return true;
+ };
+
+ _go = function(sURL) {
+ // where it all begins.
+ if (sURL) {
+ _s.url = sURL;
+ }
+ _initMovie();
+ };
+
+ _delayWaitForEI = function() {
+ setTimeout(_waitForEI, 500);
+ };
+
+ _waitForEI = function() {
+ if (_waitingForEI) {
+ return false;
+ }
+ _waitingForEI = true;
+ _removeEvt(_win, 'load', _delayWaitForEI);
+ if (_tryInitOnFocus && !_isFocused) {
+ _wDS('waitFocus');
+ return false;
+ }
+ var p;
+ if (!_didInit) {
+ p = _s.getMoviePercent();
+ _s._wD(_str('waitImpatient', (p === 100?' (SWF loaded)':(p > 0?' (SWF ' + p + '% loaded)':''))));
+ }
+ setTimeout(function() {
+ p = _s.getMoviePercent();
+ if (!_didInit) {
+ _s._wD(_sm + ': No Flash response within expected time.\nLikely causes: ' + (p === 0?'Loading ' + _s.movieURL + ' may have failed (and/or Flash ' + _fV + '+ not present?), ':'') + 'Flash blocked or JS-Flash security error.' + (_s.debugFlash?' ' + _str('checkSWF'):''), 2);
+ if (!this._overHTTP && p) {
+ _wDS('localFail', 2);
+ if (!_s.debugFlash) {
+ _wDS('tryDebug', 2);
+ }
+ }
+ if (p === 0) {
+ // if 0 (not null), probably a 404.
+ _s._wD(_str('swf404', _s.url));
+ }
+ _debugTS('flashtojs', false, ': Timed out' + this._overHTTP?' (Check flash security or flash blockers)':' (No plugin/missing SWF?)');
+ }
+ // give up / time-out, depending
+ if (!_didInit && _okToDisable) {
+ if (p === null) {
+ // SWF failed. Maybe blocked.
+ if (_s.useFlashBlock || _s.flashLoadTimeout === 0) {
+ if (_s.useFlashBlock) {
+ _flashBlockHandler();
+ }
+ _wDS('waitForever');
+ } else {
+ // old SM2 behaviour, simply fail
+ _failSafely(true);
+ }
+ } else {
+ // flash loaded? Shouldn't be a blocking issue, then.
+ if (_s.flashLoadTimeout === 0) {
+ _wDS('waitForever');
+ } else {
+ _failSafely(true);
+ }
+ }
+ }
+ }, _s.flashLoadTimeout);
+ };
+
+ _go = function(sURL) {
+ // where it all begins.
+ if (sURL) {
+ _s.url = sURL;
+ }
+ _initMovie();
+ };
+
+ // <d>
+ _wDS = function(o, errorLevel) {
+ if (!o) {
+ return '';
+ } else {
+ return _s._wD(_str(o), errorLevel);
+ }
+ };
+
+ if (_wl.indexOf('debug=alert') + 1 && _s.debugMode) {
+ _s._wD = function(sText) {alert(sText);};
+ }
+
+ _toggleDebug = function() {
+ var o = _id(_s.debugID),
+ oT = _id(_s.debugID + '-toggle');
+ if (!o) {
+ return false;
+ }
+ if (_debugOpen) {
+ // minimize
+ oT.innerHTML = '+';
+ o.style.display = 'none';
+ } else {
+ oT.innerHTML = '-';
+ o.style.display = 'block';
+ }
+ _debugOpen = !_debugOpen;
+ };
+
+ _debugTS = function(sEventType, bSuccess, sMessage) {
+ // troubleshooter debug hooks
+ if (typeof sm2Debugger !== 'undefined') {
+ try {
+ sm2Debugger.handleEvent(sEventType, bSuccess, sMessage);
+ } catch(e) {
+ // oh well
+ }
+ }
+ return true;
+ };
+ // </d>
+
+ _getSWFCSS = function() {
+ var css = [];
+ if (_s.debugMode) {
+ css.push(_s.swfCSS.sm2Debug);
+ }
+ if (_s.debugFlash) {
+ css.push(_s.swfCSS.flashDebug);
+ }
+ if (_s.useHighPerformance) {
+ css.push(_s.swfCSS.highPerf);
+ }
+ return css.join(' ');
+ };
+
+ _flashBlockHandler = function() {
+ // *possible* flash block situation.
+ var name = _str('fbHandler'), p = _s.getMoviePercent();
+ if (!_s.supported()) {
+ if (_needsFlash) {
+ // make the movie more visible, so user can fix
+ _s.oMC.className = _getSWFCSS() + ' ' + _s.swfCSS.swfDefault + ' ' + (p === null?_s.swfCSS.swfTimedout:_s.swfCSS.swfError);
+ _s._wD(name+': '+_str('fbTimeout')+(p?' ('+_str('fbLoaded')+')':''));
+ }
+ _s.didFlashBlock = true;
+ _processOnReady(true); // fire onready(), complain lightly
+ if (_s.onerror instanceof Function) {
+ _s.onerror.apply(_win);
+ }
+ } else {
+ // SM2 loaded OK (or recovered)
+ if (_s.didFlashBlock) {
+ _s._wD(name+': Unblocked');
+ }
+ if (_s.oMC) {
+ _s.oMC.className = _getSWFCSS() + ' ' + _s.swfCSS.swfDefault + (' '+_s.swfCSS.swfUnblocked);
+ }
+ }
+ };
+
+ _handleFocus = function() {
+ function cleanup() {
+ _removeEvt(_win, 'focus', _handleFocus);
+ _removeEvt(_win, 'load', _handleFocus);
+ }
+ if (_isFocused || !_tryInitOnFocus) {
+ cleanup();
+ return true;
+ }
+ _okToDisable = true;
+ _isFocused = true;
+ _s._wD('soundManager::handleFocus()');
+ if (_isSafari && _tryInitOnFocus) {
+ // giant Safari 3.1 hack - assume mousemove = focus given lack of focus event
+ _removeEvt(_win, 'mousemove', _handleFocus);
+ }
+ // allow init to restart
+ _waitingForEI = false;
+ cleanup();
+ return true;
+ };
+
+ _initComplete = function(bNoDisable) {
+ if (_didInit) {
+ return false;
+ }
+ if (_html5Only) {
+ // all good.
+ _s._wD('-- SoundManager 2: loaded --');
+ _didInit = true;
+ _processOnReady();
+ _initUserOnload();
+ return true;
+ }
+ var sClass = _s.oMC.className,
+ wasTimeout = (_s.useFlashBlock && _s.flashLoadTimeout && !_s.getMoviePercent());
+ if (!wasTimeout) {
+ _didInit = true;
+ }
+ _s._wD('-- SoundManager 2 ' + (_disabled?'failed to load':'loaded') + ' (' + (_disabled?'security/load error':'OK') + ') --', 1);
+ if (_disabled || bNoDisable) {
+ if (_s.useFlashBlock) {
+ _s.oMC.className = _getSWFCSS() + ' ' + (_s.getMoviePercent() === null?_s.swfCSS.swfTimedout:_s.swfCSS.swfError);
+ }
+ _processOnReady();
+ _debugTS('onload', false);
+ if (_s.onerror instanceof Function) {
+ _s.onerror.apply(_win);
+ }
+ return false;
+ } else {
+ _debugTS('onload', true);
+ }
+ if (_s.waitForWindowLoad && !_windowLoaded) {
+ _wDS('waitOnload');
+ _addEvt(_win, 'load', _initUserOnload);
+ return false;
+ } else {
+ if (_s.waitForWindowLoad && _windowLoaded) {
+ _wDS('docLoaded');
+ }
+ _initUserOnload();
+ }
+ return true;
+ };
+
+ _addOnReady = function(oMethod, oScope) {
+ _onready.push({
+ 'method': oMethod,
+ 'scope': (oScope || null),
+ 'fired': false
+ });
+ };
+
+ _processOnReady = function(ignoreInit) {
+ if (!_didInit && !ignoreInit) {
+ // not ready yet.
+ return false;
+ }
+ var status = {
+ success: (ignoreInit?_s.supported():!_disabled)
+ },
+ queue = [], i, j,
+ canRetry = (!_s.useFlashBlock || (_s.useFlashBlock && !_s.supported()));
+ for (i = 0, j = _onready.length; i < j; i++) {
+ if (_onready[i].fired !== true) {
+ queue.push(_onready[i]);
+ }
+ }
+ if (queue.length) {
+ _s._wD(_sm + ': Firing ' + queue.length + ' onready() item' + (queue.length > 1?'s':''));
+ for (i = 0, j = queue.length; i < j; i++) {
+ if (queue[i].scope) {
+ queue[i].method.apply(queue[i].scope, [status]);
+ } else {
+ queue[i].method(status);
+ }
+ if (!canRetry) { // flashblock case doesn't count here
+ queue[i].fired = true;
+ }
+ }
+ }
+ return true;
+ };
+
+ _initUserOnload = function() {
+ _win.setTimeout(function() {
+ if (_s.useFlashBlock) {
+ _flashBlockHandler();
+ }
+ _processOnReady();
+ _wDS('onload', 1);
+ // call user-defined "onload", scoped to window
+ if (_s.onload instanceof Function) {
+ _s.onload.apply(_win);
+ }
+ _wDS('onloadOK', 1);
+ if (_s.waitForWindowLoad) {
+ _addEvt(_win, 'load', _initUserOnload);
+ }
+ },1);
+ };
+
+ _featureCheck = function() {
+ var needsFlash, item,
+ isBadSafari = (!_wl.match(/usehtml5audio/i) && !_wl.match(/sm2\-ignorebadua/i) && _isSafari && _ua.match(/OS X 10_6_(3|4)/i)), // Safari 4 and 5 occasionally fail to load/play HTML5 audio on Snow Leopard due to bug(s) in QuickTime X and/or other underlying frameworks. :/ Known Apple "radar" bug. https://bugs.webkit.org/show_bug.cgi?id=32159
+ isSpecial = (_ua.match(/iphone os (1|2|3_0|3_1)/i)?true:false); // iPhone <= 3.1 has broken HTML5 audio(), but firmware 3.2 (iPad) + iOS4 works.
+ if (isSpecial) {
+ _s.hasHTML5 = false; // has Audio(), but is broken; let it load links directly.
+ _html5Only = true; // ignore flash case, however
+ if (_s.oMC) {
+ _s.oMC.style.display = 'none';
+ }
+ return false;
+ }
+ if (_s.useHTML5Audio) {
+ if (!_s.html5 || !_s.html5.canPlayType) {
+ _s._wD('SoundManager: No HTML5 Audio() support detected.');
+ _s.hasHTML5 = false;
+ return true;
+ } else {
+ _s.hasHTML5 = true;
+ }
+ if (isBadSafari) {
+ _s._wD('SoundManager::Note: Buggy HTML5 Audio in Safari on OS X 10.6.[3|4], see https://bugs.webkit.org/show_bug.cgi?id=32159 - disabling HTML5 audio',1);
+ _s.useHTML5Audio = false;
+ _s.hasHTML5 = false;
+ return true;
+ }
+ } else {
+ // flash required.
+ return true;
+ }
+ for (item in _s.audioFormats) {
+ if (_s.audioFormats.hasOwnProperty(item) && _s.audioFormats[item].required && !_s.html5.canPlayType(_s.audioFormats[item].type)) {
+ // may need flash for this format?
+ needsFlash = true;
+ }
+ }
+ // sanity check..
+ if (_s.ignoreFlash) {
+ needsFlash = false;
+ }
+ _html5Only = (_s.useHTML5Audio && _s.hasHTML5 && !needsFlash);
+ return needsFlash;
+ };
+
+ _init = function() {
+ var item, tests = [];
+ _wDS('init');
+
+ // called after onload()
+ if (_didInit) {
+ _wDS('didInit');
+ return false;
+ }
+
+ function _cleanup() {
+ _removeEvt(_win, 'load', _s.beginDelayedInit);
+ }
+
+ if (_s.hasHTML5) {
+ for (item in _s.audioFormats) {
+ if (_s.audioFormats.hasOwnProperty(item)) {
+ tests.push(item+': '+_s.html5[item]);
+ }
+ }
+ _s._wD('-- SoundManager 2: HTML5 support tests ('+_s.html5Test+'): '+tests.join(', ')+' --',1);
+ }
+
+ if (_html5Only) {
+ if (!_didInit) {
+ // we don't need no steenking flash!
+ _cleanup();
+ _s.enabled = true;
+ _initComplete();
+ }
+ return true;
+ }
+
+ // flash path
+ _initMovie();
+ try {
+ _wDS('flashJS');
+ _s.o._externalInterfaceTest(false); // attempt to talk to Flash
+ if (!_s.allowPolling) {
+ _wDS('noPolling', 1);
+ } else {
+ _setPolling(true, _s.useFastPolling?true:false);
+ }
+ if (!_s.debugMode) {
+ _s.o._disableDebug();
+ }
+ _s.enabled = true;
+ _debugTS('jstoflash', true);
+ } catch(e) {
+ _s._wD('js/flash exception: ' + e.toString());
+ _debugTS('jstoflash', false);
+ _failSafely(true); // don't disable, for reboot()
+ _initComplete();
+ return false;
+ }
+ _initComplete();
+ // event cleanup
+ _cleanup();
+ return true;
+ };
+
+ _beginInit = function() {
+ if (_initPending) {
+ return false;
+ }
+ _createMovie();
+ _initMovie();
+ _initPending = true;
+ return true;
+ };
+
+ _dcLoaded = function() {
+ if (_didDCLoaded) {
+ return false;
+ }
+ _didDCLoaded = true;
+ _initDebug();
+ _testHTML5();
+ _s.html5.usingFlash = _featureCheck();
+ _needsFlash = _s.html5.usingFlash;
+ _didDCLoaded = true;
+ if (_doc.removeEventListener) {
+ _doc.removeEventListener('DOMContentLoaded', _dcLoaded, false);
+ }
+ _go();
+ return true;
+ };
+
+ _startTimer = function(oSound) {
+ if (!oSound._hasTimer) {
+ oSound._hasTimer = true;
+ }
+ };
+
+ _stopTimer = function(oSound) {
+ if (oSound._hasTimer) {
+ oSound._hasTimer = false;
+ }
+ };
+
+ _die = function() {
+ if (_s.onerror instanceof Function) {
+ _s.onerror();
+ }
+ _s.disable();
+ };
+
+ // pseudo-private methods called by Flash
+
+ this._setSandboxType = function(sandboxType) {
+ // <d>
+ var sb = _s.sandbox;
+ sb.type = sandboxType;
+ sb.description = sb.types[(typeof sb.types[sandboxType] !== 'undefined'?sandboxType:'unknown')];
+ _s._wD('Flash security sandbox type: ' + sb.type);
+ if (sb.type === 'localWithFile') {
+ sb.noRemote = true;
+ sb.noLocal = false;
+ _wDS('secNote', 2);
+ } else if (sb.type === 'localWithNetwork') {
+ sb.noRemote = false;
+ sb.noLocal = true;
+ } else if (sb.type === 'localTrusted') {
+ sb.noRemote = false;
+ sb.noLocal = false;
+ }
+ // </d>
+ };
+
+ this._externalInterfaceOK = function(flashDate) {
+ // flash callback confirming flash loaded, EI working etc.
+ // flashDate = approx. timing/delay info for JS/flash bridge
+ if (_s.swfLoaded) {
+ return false;
+ }
+ var eiTime = new Date().getTime();
+ _s._wD('soundManager::externalInterfaceOK()' + (flashDate?' (~' + (eiTime - flashDate) + ' ms)':''));
+ _debugTS('swf', true);
+ _debugTS('flashtojs', true);
+ _s.swfLoaded = true;
+ _tryInitOnFocus = false;
+ if (_isIE) {
+ // IE needs a timeout OR delay until window.onload - may need TODO: investigating
+ setTimeout(_init, 100);
+ } else {
+ _init();
+ }
+ };
+
+ _dcIE = function() {
+ if (_doc.readyState === 'complete') {
+ _dcLoaded();
+ _doc.detachEvent('onreadystatechange', _dcIE);
+ }
+ return true;
+ };
+
+ // focus and window load, init
+ if (!_s.hasHTML5 || _needsFlash) {
+ // only applies to Flash mode
+ _addEvt(_win, 'focus', _handleFocus);
+ _addEvt(_win, 'load', _handleFocus);
+ _addEvt(_win, 'load', _delayWaitForEI);
+ if (_isSafari && _tryInitOnFocus) {
+ _addEvt(_win, 'mousemove', _handleFocus); // massive Safari focus hack
+ }
+ }
+
+ if (_doc.addEventListener) {
+ _doc.addEventListener('DOMContentLoaded', _dcLoaded, false);
+ } else if (_doc.attachEvent) {
+ _doc.attachEvent('onreadystatechange', _dcIE);
+ } else {
+ // no add/attachevent support - safe to assume no JS -> Flash either
+ _debugTS('onload', false);
+ _die();
+ }
+
+ if (_doc.readyState === 'complete') {
+ setTimeout(_dcLoaded,100);
+ }
+
+} // SoundManager()
+
+// var SM2_DEFER = true;
+// details: http://www.schillmania.com/projects/soundmanager2/doc/getstarted/#lazy-loading
+
+if (typeof SM2_DEFER === 'undefined' || !SM2_DEFER) {
+ soundManager = new SoundManager();
+}
+
+// public interfaces
+window.SoundManager = SoundManager; // constructor
+window.soundManager = soundManager; // public instance: API, Flash callbacks etc.
+
+}(window));