Revisions : SoundManager2
A Javascript Sound API supporting MP3, MPEG4 audio and (experimental) video, providing reliable cross-browser/platform audio control. BSD licensed. Experimental HTML5 Audio() support is currently in development.
http://github.com/scottschiller/SoundManager2/commits/master
Les articles publiés sur le site
-
Latest generated docs
28 mai 2012, par Scott Schillerm doc/generated/script/soundmanager2.html m doc/generated/src/SoundManager2.html m doc/generated/src/SoundManager2_AS3.html Latest generated docs -
Retry "getting impatient" SWF loading stage if PercentLoaded() returns > 0 && 100. Should help to prevent time-outs on very slow-to-load pages, first hit (non-cached cases etc.)
28 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Retry "getting impatient" SWF loading stage if PercentLoaded() returns > 0 & -
Latest builds
27 mai 2012, par Scott Schillerm swf/soundmanager2.swf m swf/soundmanager2_debug.swf m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf m swf/soundmanager2_flash_xdomain.zip Latest builds -
Version bump
27 mai 2012, par Scott Schillerm src/SoundManager2.as m src/SoundManager2_AS3.as Version bump -
Rolling back _isUndefined() and _isFunction() changes, using typeof x === ’function’ / ’undefined’ as previously. At most, this saved 80 bytes in the -nodebug-jsmin version when served with gzip and isn’t worth potential function call overhead.
27 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Rolling back _isUndefined() and _isFunction() changes, using typeof x === 'function' / 'undefined' as previously. At most, this saved 80 bytes in the (...)