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
-
D'oh ! Fix HTML5 sprite regression where _oncanplay() was not being picked up & fired, sound would not play on first click.
13 juin 2013, par scottschillerD'oh! Fix HTML5 sprite regression where _oncanplay() was not being picked up & fired, sound would not play on first click.
-
Reboot into 100% HTML5 mode where supported if flash fails after loading, i.e., local/offline/file :// or other edge case
26 mai 2013, par scottschillerReboot into 100% HTML5 mode where supported if flash fails after loading, i.e., local/offline/file:// or other edge case
-
HTML5 : Fix double-play bug with autoPlay : true. Correct edge case where onposition() items would sometimes be cleared if called/assigned before play().
26 mai 2013, par scottschillerHTML5: Fix double-play bug with autoPlay: true. Correct edge case where onposition() items would sometimes be cleared if called/assigned before play().
-
Prevent "wait for focus" SWF case on legacy devices like HTC Magic Android 2.2, which are Webkit/Safari, lack Flash + HTML5 support and also don't implement document.hasFocus(). https://getsatisfaction.com/schillmania/topics/sm2_fails_to_call_the_timeout_or_onerror_method_when_the_player_cannot_be_loaded
25 mai 2013, par scottschillerPrevent "wait for focus" SWF case on legacy devices like HTC Magic Android 2.2, which are Webkit/Safari, lack Flash + HTML5 support and also don't implement document.hasFocus(). https://getsatisfaction.com/schillmania/topics/sm2_fails_to_call_the_timeout_or_onerror_method_when_the_player_cannot_be_loaded
-
Fix reported conflict with IE 8 + excanvas when Modernizr.js is present. Wacky goings-on result in multiple getElementsByTagName('canvas') items - so be it.
14 mai 2013, par scottschillerFix reported conflict with IE 8 + excanvas when Modernizr.js is present. Wacky <:canvas> goings-on result in multiple getElementsByTagName('canvas') items - so be it.