sounds

L

Lee David

Where can I find some 1) sounds such as a "boing" or "click", 2) what tags
do I use and 3) are there examples of triggering a sound such as 1) button
clicked and 2) when a time interval has passed?

TIA,
Lee
 
H

HTML-JSClub

I'm pretty sure if you rumpage around in your computer's deeper files
you'll probably find sounds. As for triggering, I still have to learn
that myself ;-)
 
J

J. J. Cale

Lee David said:
Where can I find some 1) sounds such as a "boing" or "click", 2) what tags
do I use and 3) are there examples of triggering a sound such as 1) button
clicked and 2) when a time interval has passed?

TIA,
Lee

If your using Window$ maybe windows/media. Else search for .wav or .mid
files.
A simple <a href ="pathto/ding.wav">Click for ding"</a> should play the
sound if you have audio.
If you use a button then there are other ways to programatically call a
sound.
A search of this group via google with "playing sounds" turned up some
mosty older stuff but try a few different search strings. Just not 'sounds'
alone :>) BTDT HTH
Jimbo
 
J

J. J. Cale

J. J. Cale said:
If your using Window$ maybe windows/media. Else search for .wav or .mid
files.
A simple <a href ="pathto/ding.wav">Click for ding"</a> should play the
sound if you have audio.
If you use a button then there are other ways to programatically call a
sound.
A search of this group via google with "playing sounds" turned up some
mosty older stuff but try a few different search strings. Just not 'sounds'
alone :>) BTDT HTH
Jimbo
forgot to give you this link
http://groups-beta.google.com/group/comp.lang.javascript/browse_thread/threa
d/b4de597e5886abc4/4bcc633809135490?q=playing+sounds&rnum=2&hl=en#4bcc633809
135490
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top