Is there a reason that all of the audio javascript libraries I'm finding (jPlayer, SoundManager 2, etc.) try to use HTML 5, and if that doesn't work attempt to use Flash but then don't fall back to anything else? Why wouldn't they try to fall back to the default HTML sound tags like <embed>
, <object>
, or <bgsound>
?
Is there a library out there that does? I'd like to be able to play a sound if the user is using IE6 without Flash installed.
Thanks!