First, I have never even attempted to use sounds in a web page (even as
basic html) before. I'm totally green at this bit. Please assume that
anyone who is reaching the page in question is already expecting a
multimedia extravaganza, and possibly reading the files from a CD.
I assume the following is correct to preload a sound file?
preload[i] = new Sound();
preload[i].src = "filename.w av";
How do I make a sound file play in response to a javascript event?
Does playing sound files affect the focus at all?
Which sound formats are best to use from a multiplatform usability poit
of view? The critical goal is to work on windows with ie6 and nn7 (I can
test these), but I'd like it to be as broad-based as possible beyond
that. I want to assume that no special plugins have/need to be
installed.
--
--
Fabian
Visit my website often and for long periods!
basic html) before. I'm totally green at this bit. Please assume that
anyone who is reaching the page in question is already expecting a
multimedia extravaganza, and possibly reading the files from a CD.
I assume the following is correct to preload a sound file?
preload[i] = new Sound();
preload[i].src = "filename.w av";
How do I make a sound file play in response to a javascript event?
Does playing sound files affect the focus at all?
Which sound formats are best to use from a multiplatform usability poit
of view? The critical goal is to work on windows with ie6 and nn7 (I can
test these), but I'd like it to be as broad-based as possible beyond
that. I want to assume that no special plugins have/need to be
installed.
--
--
Fabian
Visit my website often and for long periods!
Comment