|
|
Q383 How can I play a wav file when someone clicks on a link which at the same time changes the current page?
irt.org | Knowledge Base | JavaScript | Sound | Q383 [ previous next ] Q383 How can I play a wav file when someone clicks on a link which at the same time changes the current page?Tricky. The actual playing of the wav file will be interrupted by the loading of the next document. You'd have to load the wav file into another window or another frame for it to contine playing. Something like:
or perhaps:
Feedback on 'Q383 How can I play a wav file when someone clicks on a link which at the same time changes the current page?' |
-- div -->
|