Grandfather Clock Strikes Once

This page has the following JavaScript commands in it right after the BODY tag and the H1 tag....

<SCRIPT SRC="backsound01.js" LANGUAGE="JavaScript" TYPE="text/javascript">
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript" type="text/javascript">
InsertBackSound();
</SCRIPT>

...and in the same directory (folder) as this file is one whose name is backsound01.js which looks like this....

function InsertBackSound()
{
 document.write('<EMBED SRC="GrandfatherClock.au"');
 document.write(' WIDTH=145 HEIGHT=60 AUTOSTART=TRUE>');
}

If you know how to use JavaScript, this will seem pretty simple. If you do not know how to use JavaScript, just do this exactly as I have done it here -- replacing the file name by the one you want to play.

This will start the sound automatically and play once

But, with the controls you can play it as many times as you like