Hi,
If you can use PhP for your page something like this might be a start?
<?php
if iset($Reloaded)
{} else {
echo "<embed src=\"tunes/tune.wav\">";
}
?>
Furtherdown in the page:
<?php $Reloaded=1 ?>
Or maybe you have a better way to pass the variable. I am not sure wether it gets passed properly. You might have to change the refresh tag.
Hope this helps to get things going
J.