<html>
<head>
<title>지정 시간 후 재생 시작되는 스크립트</title>
<script>
function delay_play()   {
   document.player1.Play();
   }
</script>
</head>
<body onload="setTimeout('delay_play()',5000)">
<embed src=http://oxtag.com/html/music/wma/adrine.wma autostart=false hidden=false name=player1>
</body>
</html>

1000 = 1초
Posted by 알 수 없는 사용자
,