묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
<script>
var music = new Array();
music[0] = "음악주소1";
music[1] = "음악주소2";
music[2] = "음악주소3";
index = Math.floor(Math.random() * music.length);
document.write("<embed src='"+music[index]+"' hidden=true>");
</script>
이런식으로하면 배경음이 랜덤으로 연결되어져 나와야 한다고 알고있는데 아닌가요?;
답변부탁드립니다^ ^
배경음악 관련태그인데, 이 태그의 문제점을 알려주세요^ ^
2004.11.04 00:35
<script>
var music = new Array();
music[0] = "음악주소1";
music[1] = "음악주소2";
music[2] = "음악주소3";
index = Math.floor(Math.random() * music.length);
document.write("<embed src='"+music[index]+"' hidden=true>");
</script>
이런식으로하면 배경음이 랜덤으로 연결되어져 나와야 한다고 알고있는데 아닌가요?;
답변부탁드립니다^ ^