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
-
Safer HTML5 support test for Opera 9.64, which barfs with not_enough_arguments error when using new Audio() instead of new Audio(null).
15 septembre 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Safer HTML5 support test for Opera 9.64, which barfs with not_enough_arguments error when using new Audio() instead of new (...) -
Fix ’audio/mpeg’ canPlay checks under 100% HTML5 mode, was incorrectly returning false due to ’audio/mpeg ; codecs="mp3"’ working and preventing audio/mpeg from being checked. https://getsatisfaction.com/schillmania/topics/ios_and_type_audio_mpeg_does_not_play
15 septembre 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Fix 'audio/mpeg' canPlay checks under 100% HTML5 mode, was incorrectly returning false due to 'audio/mpeg; codecs="mp3"' working and preventing audio/mpeg from (...) -
Init improvement : Don’t fail if Flash URL is null in normal include + init case. Instead, show note in debug input and wait for soundManager.setup() with url param, then treat as delayed init case. Improved experience if including , then trying to do setup() after DOM Ready (common jQuery case)
9 septembre 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Init improvement: Don't fail if Flash URL is null in normal include + init case. Instead, show note in debug input and wait for soundManager.setup() with url (...) -
Moved a few things into strings{}, minor shuffling
9 septembre 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Moved a few things into strings, minor shuffling -
+SMSound.buffered documentation
9 septembre 2012, par Scott Schillerm doc/index.html +SMSound.buffered documentation