배경음악에 관하여~ 정보
배경음악에 관하여~본문
안녕하세요~
그누보드의 본질적인 문제보다 생각하면 간단한 팁 일것 같은 질문하나 올립니다.
그누보드로 만든 갤러리 홈피에 배경음악을 삽입하려고 하는데...
프레임을 100% 와 0% 로 안보이는 프레임에 배경음악을 넣습니다.
그러면 처음 홈피에 들어오면 배경음악이 쫘~악 깔리고, 방문자들이
이곳 저곳 여러페이지의 사진을 감상하면 계속 음악은 나오고 있죠~
근데 카테고리 이동이 아닌 홈으로 다시 이동하게 되면 배경음악이 반쯤 진행되고
있는데 또하나의 배경음악이 처음부터 흘러나와 막 돌림노래처럼 섞여서 나옵니다.
요고~ 어떤 해결방법이 있죠?
대략 인덱스 페이지의 소스는...
<FRAMESET rows="100%" border="0">
<FRAME SRC="./main" NAME='main'>
<noframes></noframes>
</FRAMESET>
</HTML>
<FRAME SRC="./main" NAME='main'>
<noframes></noframes>
</FRAMESET>
</HTML>
이렇습니다.
댓글 전체
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta name="keywords" content="재회, 그리움. 시, 소설, 회상, 문학, 시인, 좋은글들, 낙서장,우리말, 맞춤법, 글쓰기, 사진, 이미지, 수필">
<title>음악이 있는 공간</title>
</head>
<frameset rows="*,0" cols="1*" border=0>
<body>
<frame src="./main.php" frameborder=0 scrolling=auto>
<embed src="http://123/img/music.mp3" autostart=true hidden=true loop=true>
</body>
</frameset>
</html>
전 가상 인덱스를 이렇게 쓰고 있는데
혹시 도움이 되실지 모르겠군요.
http://grinbi62.com의 인덱스 소스를 참고해보시길...
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<meta name="keywords" content="재회, 그리움. 시, 소설, 회상, 문학, 시인, 좋은글들, 낙서장,우리말, 맞춤법, 글쓰기, 사진, 이미지, 수필">
<title>음악이 있는 공간</title>
</head>
<frameset rows="*,0" cols="1*" border=0>
<body>
<frame src="./main.php" frameborder=0 scrolling=auto>
<embed src="http://123/img/music.mp3" autostart=true hidden=true loop=true>
</body>
</frameset>
</html>
전 가상 인덱스를 이렇게 쓰고 있는데
혹시 도움이 되실지 모르겠군요.
http://grinbi62.com의 인덱스 소스를 참고해보시길...