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
-
When opening a background tab in Safari (i.e., Flash SWF doesn’t load + start), begin delayed ExternalInterface time-out ("Getting impatient, still waiting for Flash...") after window is focused. Previously was not timing out.
27 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js When opening a background tab in Safari (i.e., Flash SWF doesn't load + start), begin delayed ExternalInterface time-out ("Getting impatient, still waiting for (...) -
Trying out _isUndefined() and _isFunction() replacements for numerous and repeated "typeof" checks throughout the codebase.
27 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Trying out _isUndefined() and _isFunction() replacements for numerous and repeated "typeof" checks throughout the (...) -
Fix edge case for Safari + Flash, where Safari does not load SWFs on pages opened in new, unfocused tabs ; SM2 waits for focus before starting init/timeout process. Also removed ancient Safari 3.1 focus-related mousemove() workaround (since 3.1 lacked modern onfocus().)
23 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Fix edge case for Safari + Flash, where Safari does not load SWFs on pages opened in new, unfocused tabs; SM2 waits for focus before starting init/timeout process. (...) -
Use typeof something === ’function’ vs. something instanceOf function, as GWT JSNI was doing funky things and breaking onready() and related handlers.
23 mai 2012, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Use typeof something === 'function' vs. something instanceOf function, as GWT JSNI was doing funky things and breaking onready() and related handlers. (...) -
+Special note for offline (file ://) startup issues with Firefox 9-12(?), yet to be resolved
23 mai 2012, par Scott Schillerm troubleshoot/index.html +Special note for offline (file://) startup issues with Firefox 9-12(?), yet to be resolved