묻고답하기

배경음악
index.htm파일에서요..

<html>

<head>
<bgsound src="You Gotta Be.mp3" loop="infinite">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>CK Sports Center</title>
</head>

<frameset rows="*, 0" border="0">
    <frame src="../index.php">
    <frame src="blank.html">
    <noframes>
    <body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
        </body>
    </noframes>
</frameset>

</html>

이렇게 하니까 창을 밑으로 내릴때마다 음악이 멈추더라구요....
그리구 다시 올리니까 음악이 중복이 되면서 시작되는데 어떻하면 중복도 안되고 음악이 계속 흘러나오게 할수 있나요?
아...참고로...
<embed scr =You Gotta Be.mp3 auto start =true hidden=true loop=true>
를 <bgsound scr......>요거 대신 쓰니까 아에 페이지가 안나오고 노래만 나오더라구요...
.....흠....
이것도..좀....