묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
신의 키스님 홈페이지의 접속할 때마다 다른 배경음악+제목 나타내기에서
2002.08.13 11:06
<script language="JavaScript">
<!--
song = new Array(3);
song[0] = 'Second Romanc.mid'
song[1] = 'Songbird.mid'
song[2] = 'Let It Be.mid'
title = new Array(3);
title[0] = '유키 구라모토 - Second Romance'
title[1] = 'Kenny G - Songbird'
title[2] = 'Beatles - Let It Be'
index = Math.floor(Math.random() * song.length);
document.write("<embed src="+song[index]+" autostart=true hidden=true>");
document.write(title[index]);
//-->
</script>
라고 되어있는
신의 키스님 홈페이지의 접속할 때마다 다른 배경음악+제목 나타나게 하기 를 사용 중입니다.
그런데 버튼을 누르면 배경음악이 끊기더군요.
창이 바뀌는 것도 아니고 ..
버튼은 아이프레임 밖에서 아이프레임 안의 문서를 바꾸기 위해서 있는 거구요.
물론, 배경음악 나오게 하는 것은 아이프레임 밖에 있습니다.
어떻게 해야 버튼을 눌러도 음악이 계속 나오게 할까요 ?
<!--
song = new Array(3);
song[0] = 'Second Romanc.mid'
song[1] = 'Songbird.mid'
song[2] = 'Let It Be.mid'
title = new Array(3);
title[0] = '유키 구라모토 - Second Romance'
title[1] = 'Kenny G - Songbird'
title[2] = 'Beatles - Let It Be'
index = Math.floor(Math.random() * song.length);
document.write("<embed src="+song[index]+" autostart=true hidden=true>");
document.write(title[index]);
//-->
</script>
라고 되어있는
신의 키스님 홈페이지의 접속할 때마다 다른 배경음악+제목 나타나게 하기 를 사용 중입니다.
그런데 버튼을 누르면 배경음악이 끊기더군요.
창이 바뀌는 것도 아니고 ..
버튼은 아이프레임 밖에서 아이프레임 안의 문서를 바꾸기 위해서 있는 거구요.
물론, 배경음악 나오게 하는 것은 아이프레임 밖에 있습니다.
어떻게 해야 버튼을 눌러도 음악이 계속 나오게 할까요 ?