플래시 랜덤하게 보이기 (포털사이트 배너처럼 구현)
<html>
<head>
<script language="JavaScript">
<!--
var list= new Array()
list[list.length]='flash_01.swf';
list[list.length]='flash_02.swf';
list[list.length]='flash_03.swf';
list[list.length]='flash_04.swf';
j=parseInt(Math.random()*list.length);
j=(isNaN(j))?0:j;
function showswf(){
document.write("<embed src='"+list[j]+"' width='390' height='130'>");
}
//-->
</script>
</head>
<table width="390" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="390" height="130"><script language="JavaScript">showswf();</script>
</td>
</tr>
</table>
</html>
아래 사이트로 가셔서 최신버전을 다운로드 후
http://www.iezn.com/test/ie/index.php
<head> 와 </head> 사이에 아래 코드를 넣어 주시면 패치됩니다.
<script type="text/javascript" src="embed_patch.js"></script><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
<head>
<script language="JavaScript">
<!--
var list= new Array()
list[list.length]='flash_01.swf';
list[list.length]='flash_02.swf';
list[list.length]='flash_03.swf';
list[list.length]='flash_04.swf';
j=parseInt(Math.random()*list.length);
j=(isNaN(j))?0:j;
function showswf(){
document.write("<embed src='"+list[j]+"' width='390' height='130'>");
}
//-->
</script>
</head>
<table width="390" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="390" height="130"><script language="JavaScript">showswf();</script>
</td>
</tr>
</table>
</html>
아래 사이트로 가셔서 최신버전을 다운로드 후
http://www.iezn.com/test/ie/index.php
<head> 와 </head> 사이에 아래 코드를 넣어 주시면 패치됩니다.
<script type="text/javascript" src="embed_patch.js"></script><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
댓글 2개
깜찍한지현
18년 전
감사합니다~ 잘됩니다.
17년 전
감사합니다 ^^
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 26 | MySQL |
아우겐나이스
|
21년 전 | 5831 | |
| 25 | JavaScript |
아우겐나이스
|
21년 전 | 5213 | |
| 24 | MySQL | 21년 전 | 7770 | ||
| 23 | MySQL | 21년 전 | 5067 | ||
| 22 | 기타 | 21년 전 | 8063 | ||
| 21 | 기타 | 21년 전 | 5970 | ||
| 20 | MySQL | 21년 전 | 6608 | ||
| 19 | MySQL | 21년 전 | 9362 | ||
| 18 | 기타 | 21년 전 | 6955 | ||
| 17 | MySQL | 21년 전 | 9485 | ||
| 16 | JavaScript | 21년 전 | 6731 | ||
| 15 | 기타 | 21년 전 | 4760 | ||
| 14 | 기타 | 21년 전 | 7670 | ||
| 13 | 기타 | 21년 전 | 5474 | ||
| 12 | JavaScript |
Recluse
|
21년 전 | 6492 | |
| 11 | 기타 |
아우겐나이스
|
21년 전 | 5428 | |
| 10 | 기타 |
Recluse
|
21년 전 | 5063 | |
| 9 | 기타 | 21년 전 | 5935 | ||
| 8 | MySQL | 21년 전 | 7462 | ||
| 7 | PHP | 21년 전 | 6938 | ||
| 6 | JavaScript | 21년 전 | 8172 | ||
| 5 | PHP | 21년 전 | 6199 | ||
| 4 | Linux | 21년 전 | 7067 | ||
| 3 | PHP | 21년 전 | 7313 | ||
| 2 | 기타 | 21년 전 | 5661 | ||
| 1 | JavaScript | 22년 전 | 7674 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기