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
-
Event undefined fix for some instances of Firefox/mac ?
20 mai 2010, par Scott Schillerm demo/page-player/script/page-player.js Event undefined fix for some instances of Firefox/mac? -
HTML5 Audio() : Stub for looping, maybe it’ll work (and consistently ; currently untested.) Worth noting looping is either infinite or off. Also fixed {loop:x} typo, should be "loops". Added debug message about lack of loop in Flash 9/MovieStar case. Base64 test has more error handling, no Safari timeout anymore. Moved try..catch block to only wrap flash _load() call, no need for HTML5 to have it.
19 mai 2010, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js HTML5 Audio(): Stub for looping, maybe it'll work (and consistently; currently untested.) Worth noting looping is either infinite or off. Also fixed loop:x typo, should be "loops". Added debug (...) -
Updated documentation/demo notes
19 mai 2010, par Scott Schillerm demo/flashblock/index.html m demo/index.css m demo/template/index.html m doc/getstarted/index.html m index.html Updated documentation/demo notes -
HTML5 Audio() : Improved audio formats, mp3, mp4/aac + detection. Works on Palm Pre (tested on WebOS 1.4.1). HTML5 on for iPad, iPhone, Pre. Removed JS interval timer, using native timeupdate event. Callback frequency may be lower, but lower CPU. Element now unloaded + reference nulled at stop() / onfinish().
17 mai 2010, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js HTML5 Audio(): Improved audio formats, mp3, mp4/aac + detection. Works on Palm Pre (tested on WebOS 1.4.1). HTML5 on for iPad, iPhone, Pre. Removed JS interval timer, using native timeupdate event. (...) -
Improved HTML5 support messaging
17 mai 2010, par Scott Schillerm demo/api/index.html m demo/index.css m index.html Improved HTML5 support messaging