플래시 랜덤하게 보이기 (포털사이트 배너처럼 구현)
<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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 326 | Flash |
|
20년 전 | 7803 | |
| 325 | 기타 |
|
20년 전 | 4659 | |
| 324 | 기타 |
hwatta
|
20년 전 | 3208 | |
| 323 | 기타 | 20년 전 | 9302 | ||
| 322 | MySQL | 20년 전 | 4152 | ||
| 321 | JavaScript | 20년 전 | 4819 | ||
| 320 | 기타 | 20년 전 | 6541 | ||
| 319 | 기타 | 20년 전 | 3869 | ||
| 318 | JavaScript | 20년 전 | 5249 | ||
| 317 | 기타 | 20년 전 | 4341 | ||
| 316 | Flash | 20년 전 | 5715 | ||
| 315 | JavaScript |
|
20년 전 | 7093 | |
| 314 | 기타 |
|
20년 전 | 7996 | |
| 313 | MySQL | 20년 전 | 8662 | ||
| 312 | JavaScript | 20년 전 | 3690 | ||
| 311 | 기타 |
|
20년 전 | 4673 | |
| 310 | 기타 |
|
20년 전 | 5259 | |
| 309 | JavaScript |
|
20년 전 | 4095 | |
| 308 | 기타 |
hwatta
|
20년 전 | 3785 | |
| 307 | JavaScript | 20년 전 | 6086 | ||
| 306 | 기타 | 20년 전 | 3490 | ||
| 305 | 기타 |
prosper
|
20년 전 | 3406 | |
| 304 | 기타 |
prosper
|
20년 전 | 3135 | |
| 303 | 기타 |
prosper
|
20년 전 | 3015 | |
| 302 | JavaScript | 20년 전 | 4991 | ||
| 301 | JavaScript | 20년 전 | 6272 | ||
| 300 | 기타 |
hwatta
|
20년 전 | 4070 | |
| 299 | 기타 |
|
20년 전 | 4203 | |
| 298 | Flash | 20년 전 | 7232 | ||
| 297 | 기타 |
hwatta
|
20년 전 | 4271 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기