Embed Sounds Through Java

by: Cool

     This script uses JavaScript in order to embed a sound. This one script will replace the dual EMBED and BGSOUND needed for cross-platform sound embed. Here's the script:

In the HEAD section, put this:

<SCRIPT LANGUAGE="JAVASCRIPT">
function jwelcome() { location = "nameofsound.mid"
}
</SCRIPT>

Make this the BODY command

<BODY ONLOAD="jwelcome()">>

Back to the Miscellaneous Scripts