<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<title>Audio control</title>
<script language="JavaScript">
<!--
function playsound(){
document.sound1.play();
}
function stopsound(){
document.sound1.stop();
}
function pausesound(){
document.sound1.pause();
}
//-->
</script>
</head>
<body>
<center>
<embed src="URL" name="sound1" loop="false" autostart="false"
MASTERSOUND width="200" height="46">
<p>
<input type="button" value="PLAY BGM" onClick="playsound()">
<input type="button" value="PAUSE BGM" onClick="pausesound()">
<input type="button" value="STOP BGM" onClick="stopsound()"><p>
<img src="tenshi_07.jpeg" onClick="playsound()">
</center>
</body>
</html>