플래시 랜덤하게 보이기 (포털사이트 배너처럼 구현)
<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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 446 | JavaScript |
개발자관리자
|
19년 전 | 3267 | |
| 445 | 기타 |
개발자관리자
|
19년 전 | 2772 | |
| 444 | 기타 |
개발자관리자
|
19년 전 | 2866 | |
| 443 | JavaScript |
개발자관리자
|
19년 전 | 2870 | |
| 442 | 기타 | 19년 전 | 3353 | ||
| 441 | MySQL | 19년 전 | 4790 | ||
| 440 | MySQL | 19년 전 | 5270 | ||
| 439 | 기타 | 19년 전 | 3651 | ||
| 438 | MySQL | 19년 전 | 4255 | ||
| 437 | 기타 | 19년 전 | 3710 | ||
| 436 | MySQL | 19년 전 | 4019 | ||
| 435 | JavaScript | 19년 전 | 4170 | ||
| 434 | MySQL | 19년 전 | 5168 | ||
| 433 | 기타 | 19년 전 | 4239 | ||
| 432 | 기타 | 19년 전 | 7165 | ||
| 431 | Flash |
|
19년 전 | 3563 | |
| 430 | Flash |
|
19년 전 | 3334 | |
| 429 | Flash |
|
19년 전 | 3512 | |
| 428 | Flash |
|
19년 전 | 2988 | |
| 427 | Flash |
|
19년 전 | 3631 | |
| 426 | Flash |
|
19년 전 | 3583 | |
| 425 | Flash |
|
19년 전 | 4885 | |
| 424 | Flash |
|
19년 전 | 5365 | |
| 423 | Flash |
|
19년 전 | 4686 | |
| 422 | Flash |
|
19년 전 | 4858 | |
| 421 | Flash |
|
19년 전 | 4684 | |
| 420 | Flash |
|
19년 전 | 3913 | |
| 419 | Flash |
|
19년 전 | 4113 | |
| 418 | 기타 |
개발자관리자
|
19년 전 | 3200 | |
| 417 | 기타 |
개발자관리자
|
19년 전 | 3782 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기