Can you use javascript to change the volume of embedded music?
the music would be:
If I want the volume to be changed to another value, say 100, once a button or link is clicked, how should i do this? The following is not working for me.
function change_volume() {
document.getElementById("music").volume = "100";
}
are there any ways to do this? Please give me an simple answer if possible^^"~
2007-03-24
17:59:26
·
2 answers
·
asked by
cherri_pwincesu
1
in
Computers & Internet
➔ Programming & Design