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 builds
26 novembre 2010, 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 -
Improved dataerror (wave/spectrum) exception handling, should result in lowered CPU use if playback continues with access exceptions (eg. YouTube video going in another tab)
26 novembre 2010, par Scott Schillerm src/SoundManager2_AS3.as Improved dataerror (wave/spectrum) exception handling, should result in lowered CPU use if playback continues with access exceptions (eg. YouTube video going in another tab) -
Updated PP_CONFIG for page player
26 novembre 2010, par Scott Schillerm index.html Updated PP_CONFIG for page player -
Effectively re-wrote page-player (Muxtape-style) demo, now traverses live DOM for next item(s), (should be more AJAX-friendly), event delegation now handles any links added at any time. Externalised experimental features, too
26 novembre 2010, par Scott Schillerm demo/page-player/basic.html m demo/page-player/index.html + demo/page-player/script/optional-page-player-metadata.js m demo/page-player/script/page-player.js Effectively re-wrote page-player (Muxtape-style) demo, now traverses live DOM for next item(s), (should be more AJAX-friendly), event (...) -
unload() tweak : Ensure position is reset to 0 if unload fails
26 novembre 2010, par Scott Schillerm src/SoundManager2.as unload() tweak: Ensure position is reset to 0 if unload fails