.AU Files

<SCRIPT LANGUAGE="JavaScript">
function play(){
window.location = "/youraufile.au"
}
</SCRIPT>

For example to play my chimes.au file while the page is loading, the code I would use is:

<SCRIPT LANGUAGE="JavaScript">
function play(){
window.location = "/chimes.au"
}
</SCRIPT>

Last Updated: Sunday, December 13, 1998