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
-
setTimeout() fix for onfinish()-related issue where subsequent play() calls fail when Flash Player 11.6.602.171 is installed, and using soundManager with flashVersion = 8 (which is the default).
3 mars 2013, par scottschillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js
setTimeout() fix for onfinish()-related issue where subsequent play() calls fail when Flash Player 11.6.602.171 is installed, and using soundManager with flashVersion = 8 (which is the default). Not sure of exact cause. Suspect race condition resulting in an invalid (NaN-style) position argument trickling down to the next JS -> Flash _start() call. Fix: setTimeout() to yield, plus safer null / NaN checking on position argument provided to Flash. https://getsatisfaction.com/schillmania/topics/recent_chrome_update_seems_to_have_broken_my_sm2_audio_player
-
Adjusted highlighted tab
2 mars 2013, par scottschillerm demo/index-rollup.css m demo/index.css
Adjusted highlighted tab
-
A little more design fiddling
2 mars 2013, par scottschillerm demo/index-rollup.css m demo/index.css m index.html
A little more design fiddling
-
+todo : true (jslint)
3 février 2013, par scottschillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js
+todo: true (jslint)
-
window.clearInterval -> clearInterval (implicit global, defined for jslint/jshint)
3 février 2013, par scottschillerm script/soundmanager2.js
window.clearInterval -> clearInterval (implicit global, defined for jslint/jshint)