시간을 지연하여 음악을 플레이시키는 스크립트
<html>
<head>
<title>재생 스크립트</title>
<script>
function delay_play() {
document.player1.Play();
}
</script>
</head>
<body onload="setTimeout('delay_play()',15000)">
<embed src="https://myhome.naver.com/namhk72/pop/adrine.wma autostart=false hidden=false name=player1>
</body>
</html>
예제보기
<head>
<title>재생 스크립트</title>
<script>
function delay_play() {
document.player1.Play();
}
</script>
</head>
<body onload="setTimeout('delay_play()',15000)">
<embed src="https://myhome.naver.com/namhk72/pop/adrine.wma autostart=false hidden=false name=player1>
</body>
</html>
예제보기