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
-
Fix error case if setup() called without arguments inline, before DOMReady / init etc.
27 avril 2013, par scottschillerFix error case if setup() called without arguments inline, before DOMReady / init etc.
-
Pluralization logic : (if count !== 1) { append 's' }
27 avril 2013, par scottschillerPluralization logic: (if count !== 1) { append 's' }
-
Fix flash-only (no HTML5 / useHTML5 = false) init case, e.g., IE 8. De-duped hasConsole check.
27 avril 2013, par scottschillerFix flash-only (no HTML5 / useHTML5 = false) init case, e.g., IE 8. De-duped hasConsole check.
-
Correct reboot() into HTML5-only mode when Flash was previously required due to preferFlash = true, i.e., soundManager.audioFormats.mp3.required = false ;soundManager.reboot() under Firefox.
27 avril 2013, par scottschillerCorrect reboot() into HTML5-only mode when Flash was previously required due to preferFlash = true, i.e., soundManager.audioFormats.mp3.required = false;soundManager.reboot() under Firefox.
-
More 100% HTML5 stuff
27 avril 2013, par scottschillerMore 100% HTML5 stuff