simon373
Programmer
- Oct 25, 2006
- 25
Hi,
I would like to play a sound when the web page loads, but I do not want to see the media player.
Currently, my code is:
<script language="JavaScript">
function tigerRoar(){
window.location= "music/roar1.wav"
}
</script>
onload="tigerRoar()"
This plays the sound but causes media player to open in front of the web page.
Thanks for your help.
Simon
I would like to play a sound when the web page loads, but I do not want to see the media player.
Currently, my code is:
<script language="JavaScript">
function tigerRoar(){
window.location= "music/roar1.wav"
}
</script>
onload="tigerRoar()"
This plays the sound but causes media player to open in front of the web page.
Thanks for your help.
Simon