묻고답하기
배경음악이 안 끊기게...
2008.06.28 15:42
http://eteatime.co.kr
보시면... 배경음악용으로 플레이어 하나를 넣었습니다.
그러나... 다른 페이지를 클릭하거나 게시판내 글을 클릭할때...
끊기는 현상이 있죠. 당연한 거겠지만...
안 끊기게 할 수 있나요?
누군가 프레임을 써 보라는데... 그런거 말구요.
댓글 3
-
탑심
2008.06.28 17:58
-
글쓴이
2008.06.28 18:02
프레임 쓰셔야되요~^^ -
1004v
2008.08.30 15:34
<SCRIPT language=JavaScript>
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+ '+ '+scrollbar_str+',resizable='+resizable_str);
}// -->
</script>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" OnLoad="na_open_window('win', 'http://1004v.com/music/popsong.asx', 0, 0, 300, 200, 0, 0, 0, 0, 1);">
새 윈도우 열기밖에 없네욤...
페이지수정부분에 넣어주시면 됩니다.
'http://1004v.com/music/popsong.asx 이부분은 자기가 열고자하는 주소을 넣어주시면됩니다.
프레임 없이 노래 안 끊히게는 불가능 합니다
아이프레임으로 자동재생 하게 하셨는데 이렇게 하면 클릭때마다 끊힐 수 밖에 없습니다
히든 프레임 쓰면서 하는 bgm도 있습니다