ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î

3D ÀÔü °¶·¯¸®
12³â Àü
<html>
<head>
<style type="text/css">
    span {position:absolute;}
    img {position:absolute;cursor:pointer;left:0;top:0;width:100%;height:100%;border:#efefef solid 1px;}
    div {position:absolute;top:120%;font-family:verdana;text-align:center;width:100%;color:#444;white-space:nowrap;}
    .chain {position:absolute;top:-2000;left:49.5%;width:1%;height:2000;background:#444;}
</style>
<script type="text/javascript">
<!--

window.onerror         = new Function("return true");
document.onselectstart = new Function("return false");
screen.bufferDepth     = 16;
/////////////////////
temp  = 200;
speed = 200;
zOOm  = .2;
HW    = .6;
/////////////////////
object = new Array();
Im = 0;
Om = 0;
nx = 0;
ny = 0;
xm = 0;
ym = 0;
A  = 0;
Y  = 0;
R  = Math.PI / 180;

function CObj(N){

    I = Im[N];
    this.o = document.createElement("span");
    this.oi = document.createElement("img");
    this.oi.src = I.src;
    this.oi.onclick=new Function("object["+N+"].clic()");
      this.o.appendChild(this.oi);
    this.ot = document.createElement("div");
    this.ot.onmousedown=new Function("return false;");
    this.ot.innerHTML = "¡¤" + I.alt + "¡¤<br> "
    this.o.appendChild(this.ot);
        of = document.createElement("span");
        of.className="chain";
    this.o.appendChild(of);
        document.body.appendChild(this.o);

    this.N   = N;
    this.ys  = 0;
    this.ac  = Math.cos((360 * N / Om) * R);
    this.as  = Math.sin((360 * N / Om) * R);
    this.x   = .35 * nx * this.ac;
    this.y   = 0;
    this.z   = .35 * nx * this.as;
    this.D   = 0;
    this.Z   = .4;
    this.dZ  = false;
    this.pZ  = 0;

    this.clic = function () {
        with(this){
            if(!dZ && pZ==0) dZ = true;
            else dZ = false, pZ = 0;
        }
    }

    this.anim = function () {
        with(this){
            s   = Math.sin(A * .01);
            c   = Math.cos(A * .01);
            xs  = s * x + c * z;
            zs  = s * z - c * x;
            ys += (Y - ys + y) / (speed * .2);
            D   = nx / (nx + zs);
            w   = D * (nx * zOOm);
            h   = w * HW;
            if(Z>.4 && dZ || pZ>0) A-=xs / 30;
            if(dZ){
                Z  *= 1.01;
                x   = Z * nx * ac;
                z   = Z * nx * as;
            }
            if(Z>.8 && dZ)dZ = false, pZ = temp;
            if(dZ==false && Z>.4){
                if(pZ>0)pZ--;
                else {
                    Z  *= .995;
                    x   = Z * nx * ac;
                    z   = Z * nx * as;
                }
            }

            with(o){
                style.width  = w;
                style.height = h;
                style.top    = ny * .5 + ys * D - (h * .5);
                style.left   = nx * .5 + xs * D - (w * .5);
                style.zIndex = Math.round(D * 1000);
                s = Math.round(.03 * w);
                oi.style.borderWidth = s;
                ot.style.fontSize = (s * 2) + "px";
            }
        }
    }
}

function run(){
    A += (xm - nx * .5) / speed;
    Y = ym - ny * .5;
    for(i in object)object[i].anim();
    setTimeout("run()", 16);
}

document.onmousemove = function(e){
    if (window.event) e = window.event;
    xm = (e.x || e.clientX);
    ym = (e.y || e.clientY);
}

function resize(){
    nx = document.body.offsetWidth;
    ny = document.body.offsetHeight;
}
onresize = resize;

onload = function (){
    resize();
    xm = nx * .6;
    ym = ny * .5;
    Im=document.getElementById("img").getElementsByTagName("img");
    Om = Im.length;
    for(var i=0;i<Om;i++)object[i] = new CObj(i);
    run();
}

//-->
</script>
</head>

<body>

<DIV id=img style="VISIBILITY: hidden">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 1">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 2">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 3">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 4">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 5">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 6">
<img src=À̹ÌÁöÁÖ¼Ò alt="Photo 7">
</DIV>

<span id=LB0 style="position:absolute;left:50%;top:50%;">
<span style="position:absolute;font-family:arial;font-size:10px;color:#000000;left:-50;top:-18">Loading...</span>
<span style="position:absolute;left:-50;top:-5;font-size:1px;width:100;height:10px;background:#333">
<span id=LB1 style="position:absolute;left:0;top:0;font-size:1px;width:0;height:10px;background:#FF0000"></span></span></span>
<script>
m00=document.getElementById("img").getElementsByTagName("img");
m01=m00.length;
function images_loading_bar(){m02=0;
    for(i=0;i<m01;i++)m02+=(m00[i].complete)?1:0;document.getElementById("LB1").style.width=Math.round(m02/m01*100);
    if(m02==m01)setTimeout("document.getElementById('LB0').style.display='none'",128);
    else setTimeout("images_loading_bar()", 64);};
        images_loading_bar();
</script>

</body>
</html>
ÃßõÃßõ : 666 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,885
input ÀÔ·Â ÇÊµå ¾ÕµÚ °ø¹é ½Ç½Ã°£ Á¦°Å
2,884
Placeholder Æ÷Ä¿½º½Ã °¨Ãß±â
2,883
MySQL Áߺ¹µÈ µ¥ÀÌÅ͸¦ »èÁ¦
2,882
MySQL Áߺ¹ µ¥ÀÌÅÍ È®ÀÎ
2,881
sessionStorage.getItem ¿Í sessionStorage.setItem
2,880
Á¦ÀÌÄõ¸® ·£´ýÀ¸·Î ¹è°æ»ö º¯°æ
2,879
preg match¿¡ °üÇÑ Á¤±Ô½Ä
2,878
Stream an audio file with MediaPlayer ¿Àµð¿À ÆÄÀÏ ½ºÆ®¸®¹Ö Çϱâ
2,877
Audio Streaming PHP Code
2,876
PHP $ SERVER ȯ°æ º¯¼ö Á¤¸®
2,875
Vimeo (ºñ¸Þ¿À) API ¸¦ »ç¿ëÇÏ¿© Ç÷¹À̾î ÄÁÆ®·ÑÇϱâ
2,874
iframe »ç¿ë½Ã ÇÏ´Ü¿¡ ¹ß»ýÇÏ´Â °ø¹é Á¦°Å¹æ¹ý
2,873
¾ÆÀÌÇÁ·¹ÀÓ(iframe) Àüüȭ¸é °¡´ÉÇÏ°Ô Çϱâ
2,872
ºÎÆ®½ºÆ®·¦(bootstrapk)¿¡¼­ »ç¿ëÇÏ´Â class¸í Á¤¸®
2,871
ºÎÆ®½ºÆ®·¦ CSS
2,870
Å©·Ò¿¡¼­ ¸¶Áø Á¶Àý
2,869
PHP ÇöÀç ÆäÀÌÁöÀÇ µµ¸ÞÀθíÀ̳ª urlµîÀÇ Á¤º¸ ¾Ë¾Æ¿À±â
2,868
PHP preg match all()
2,867
PHP ·Î À¥ÆäÀÌÁö ±Ü¾î¿À±â ¸ðµç ¹æ¹ý ÃÑÁ¤¸®!
2,866
[PHP] ¿ø°ÝÁö ÆÄÀÏ ÁÖ¼Ò ³ëÃâ ¾ÈÇÏ°í curl·Î ´Ù¿î·Îµå ¹Þ±â
2,865
PHP ÇÔ¼ö Á¤¸®
2,864
¾ÆÀÌÇÁ·¹ÀÓ(iframe) ºñÀ² À¯ÁöÇϸ鼭 Å©±â Á¶ÀýÇÏ´Â ¹æ¹ý
2,863
PHP ¹è¿­¿¡¼­ ¹«ÀÛÀ§·Î Çϳª »Ì¾ÆÁÖ´Â array rand() ÇÔ¼ö
2,862
PHP Á¤±Ô½Ä Á¤¸®
2,861
PHP Á¤±Ô½ÄÀ» È°¿ëÇÑ ÅÂ±× ¹× ƯÁ¤ ¹®ÀÚ¿­ Á¦°Å ¹× ÃßÃâ ¹æ¹ý
2,860
php Å©·Ñ¸µ ¶Ç´Â ÆÄ½Ì ÇÔ¼ö, Á¤±Ô½Ä ¸ðÀ½
2,859
Á¦ÀÌÄõ¸® ±âº» ¸í·É¾î
2,858
À¥ÆäÀÌÁö °¡·Î ¸ðµå¼¼·Î ¸ðµå ÀνÄÇϱâ
2,857
¸ð¹ÙÀÏ À¥ È­¸é °­Á¦ ȸÀü(°¡·Î¸ðµå °íÁ¤)
2,856
[HTML5]¿¡¼­ frameset ´ëü ¹æ¹ý°ú iframe ¼Ó¼º
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.