<html>
<head>
<title>재생 스크립트</title>
<script>
function delay_play()   {
   document.t_time.Play();
   }
</script>
</head>
<!-- 1000 = 1 초 입니다. 아래는 10000이니까 10초 후 재생됨니다. -->
<body onload="setTimeout('delay_play()',10000)">
<embed src=http://219.240.39.120/newmufe/0309/Goodman_200309_03.wma autostart=false hidden=false name=t_time>
</body>
</html>

- 펌 - http://suldo.zotta.net/

Posted by 알 수 없는 사용자
,