묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
bgm 이 나오질 않네요. 뭐가 잘못된건지 좀 봐주세요.
2006.11.05 14:17
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<script>
<!--
var sound1="홈피주소/음악파일"
var sound2="홈피주소/음악파일"
var sound3="홈피주소/음악파일"
var sound4="홈피주소/음악파일"
var sound5="홈피주소/음악파일"
var x=Math.round(Math.random()*4)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else x=sound5
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
</html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<script>
<!--
var sound1="홈피주소/음악파일"
var sound2="홈피주소/음악파일"
var sound3="홈피주소/음악파일"
var sound4="홈피주소/음악파일"
var sound5="홈피주소/음악파일"
var x=Math.round(Math.random()*4)
if (x==0) x=sound1
else if (x==1) x=sound2
else if (x==2) x=sound3
else if (x==3) x=sound4
else x=sound5
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+x+'"'+' loop="infinite">')
else
document.write('<embed src='+'"'+x+'"'+'hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
</html>