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
Articles published on the website
-
Point debug example links to actual debug-enabled versions
24 June 2010, by Scott Schillerm doc/getstarted/index.html Point debug example links to actual debug-enabled versions -
Null pointer exception (fix?) for _setAutoPlay()
15 June 2010, by Scott Schillerm src/SoundManager2_AS3.as m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf Null pointer exception (fix?) for _setAutoPlay() -
Update homepage note RE: Safari 5.0 on Snow Leopard bugginess as well.
12 June 2010, by Scott Schillerm index.html Update homepage note RE: Safari 5.0 on Snow Leopard bugginess as well. -
Disabling HTML5 audio for Safari 5.0 (6533.16) on Snow Leopard ONLY, in addition to Safari 4.0.5 which had the same issue where audio sporadically fails to load + play. Lame. (Safari 4/5 on WinXP, iPad still fine.) https://bugs.webkit.org/show_bug.cgi?id=32159#c9
12 June 2010, by Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js Disabling HTML5 audio for Safari 5.0 (6533.16) on Snow Leopard ONLY, in addition to Safari 4.0.5 which had the same issue where audio sporadically fails to load + play. Lame. (Safari 4/5 on WinXP, (...) -
Case-insensitive URL match for canPlayURL(), etc. (eg. so foobar.MP3 will work)
10 June 2010, by Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js Case-insensitive URL match for canPlayURL(), etc. (eg. so foobar.MP3 will work)