J
Jake Barnes
I did a search on the newsgroup comp.lang.javascript. I was searching
for "how to play a sound with Javascript". I'm somewhat suprised that
the majority of entries are from the 1990s, and there are almost no
posts from the last 3 years:
http://groups.google.com/group/comp...+sound+with+Javascript&qt_g=Search+this+group
Even after sorting by date, there don't appear any entries more recent
than 2006, and there are only 3 from 2006.
If I were to chart the frequency of questions about sound on a graph,
it would appear there was great interest in the question during the
1990s, and then that interest faded away, disappearing almost entirely
after 2004.
Why is that? Did Flash become good enough and widespread enough that
programmers now rely on it completely when trying to get sound to play
on a site? Is there the sense that it is too difficult to use
Javascript to play a sound on a web page?
I was working on some Ajax chat software and I was asked to make a
sound play when someone posted a new message to a chat room. I was
thinking of doing this in a pure-Javascript way, but perhaps that is
to be advised against? Should I use Flash instead?
I asked my friends for a pure Javascript solution and they pointed me
to a script that still involves Flash:
http://www.boutell.com/newfaq/creating/scriptsound.html
for "how to play a sound with Javascript". I'm somewhat suprised that
the majority of entries are from the 1990s, and there are almost no
posts from the last 3 years:
http://groups.google.com/group/comp...+sound+with+Javascript&qt_g=Search+this+group
Even after sorting by date, there don't appear any entries more recent
than 2006, and there are only 3 from 2006.
If I were to chart the frequency of questions about sound on a graph,
it would appear there was great interest in the question during the
1990s, and then that interest faded away, disappearing almost entirely
after 2004.
Why is that? Did Flash become good enough and widespread enough that
programmers now rely on it completely when trying to get sound to play
on a site? Is there the sense that it is too difficult to use
Javascript to play a sound on a web page?
I was working on some Ajax chat software and I was asked to make a
sound play when someone posted a new message to a chat room. I was
thinking of doing this in a pure-Javascript way, but perhaps that is
to be advised against? Should I use Flash instead?
I asked my friends for a pure Javascript solution and they pointed me
to a script that still involves Flash:
http://www.boutell.com/newfaq/creating/scriptsound.html