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


3D ÀÔü °¶·¯¸®
13³â Àü
<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>
ÃßõÃßõ : 731 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,891
ÀÔ·Â Çʵ忡¼­ ƯÁ¤´Ü¾î(¿¹:#err)°¡ Æ÷ÇԵǾúÀ» ¶§ ½Ç½Ã°£ °¨Áö ¹× °æ°íâ ¶ç¿ì±â
2,890
µ¥ÀÌÅͺ£À̽º ÃÖÀûÈ­¿Í Äõ¸® È¿À²¼ºÀ» ³ôÀÌ °Ë»ö ¼º´ÉÀ» °³¼±ÇÏ´Â ¹æ¹ý
2,889
°£´ÜÇÑ °Ô½ÃÆÇ ¸¸µé±â
2,888
PHPÀÇ php.ini ÆÄÀÏ¿¡¼­ ¼³Á¤ÇÒ ¼ö ÀÖ´Â ÁÖ¿ä Ç׸ñµéÀ» Ä«Å×°í¸®º°·Î Á¤¸®
2,887
À¯Æ©ºê µ¿¿µ»óÀÇ ½æ³×ÀÏ À̹ÌÁö¸¦ üũÇÏ¿© À¯È¿ÇÑ ¿µ»óÀ̾ƴҶ§ ¿¬°áµÈ üũ¹Ú½º¸¦ ÀÚµ¿À¸·Î üũ
2,886
À̹ÌÁö URLÀÌ À¯È¿ÇÏÁö ¾ÊÀ» ¶§, ÇØ´ç À̹ÌÁö¿Í ¿¬°áµÈ üũ¹Ú½º¸¦ ÀÚµ¿À¸·Î üũ
2,885
HTTPS·Î Á¢¼ÓÇÑ »ç¿ëÀÚ¸¦ °­Á¦·Î HTTP·Î ¸®µð·º¼Ç ÇÏ·Á¸é
2,884
PHP¿¡¼­ MP3 ÆÄÀÏÀ» Á÷Á¢ ÀÐ°í ½ºÆ®¸®¹Ö Çϱâ
2,883
ÇöÀç ÆäÀÌÁö°¡ location.reload()¿¡ ÀÇÇØ »õ·Î°íħµÇ¾ú´ÂÁö
2,882
ÅؽºÆ® ÆÄÀÏÀ» Àаí, °¢ ÁÙÀÇ ³¡¿¡¼­ 6±ÛÀÚ¸¦ »èÁ¦ÇÑ ÈÄ, °á°ú¸¦ »õ·Î¿î ÆÄÀÏ¿¡ ÀúÀåÇÕ´Ï´Ù.
2,881
cURLÀ» »ç¿ëÇÏ¿© ¸®´ÙÀÌ·ºÆ®¸¦ µû¶ó°¡ ÃÖÁ¾ URL °¡Á®¿À±â
2,880
[PHP] $_SERVER ȯ°æº¯¼ö
2,879
10Áø¼ö <-> 16Áø¼ö º¯È¯±â PHP¼Ò½º
2,878
ÅؽºÆ®¿¡ Á÷Á¢ ±×¶óµ¥ÀÌ¼Ç »ö»óÀ» Àû¿ëÇÏ·Á¸é?
2,877
CSS¸¦ »ç¿ëÇÏ¿© ¿ä¼ÒÀÇ ³»¿ë¹°¿¡ µû¶ó width¸¦ Á¶Á¤ÇÏ´Â ¹æ¹ý
2,876
À¥¼­¹ö ip È®ÀÎ
2,875
À¥È£½ºÆÃÀÇ Àý´ë°æ·Î¸¦ È®ÀÎ
2,874
input ÀÔ·Â ÇÊµå ¾ÕµÚ °ø¹é ½Ç½Ã°£ Á¦°Å
2,873
Placeholder Æ÷Ä¿½º½Ã °¨Ãß±â
2,872
MySQL Áߺ¹µÈ µ¥ÀÌÅ͸¦ »èÁ¦
2,871
MySQL Áߺ¹ µ¥ÀÌÅÍ È®ÀÎ
2,870
sessionStorage.getItem ¿Í sessionStorage.setItem
2,869
Á¦ÀÌÄõ¸® ·£´ýÀ¸·Î ¹è°æ»ö º¯°æ
2,868
preg match¿¡ °üÇÑ Á¤±Ô½Ä
2,867
Stream an audio file with MediaPlayer ¿Àµð¿À ÆÄÀÏ ½ºÆ®¸®¹Ö Çϱâ
2,866
Audio Streaming PHP Code
2,865
PHP $ SERVER ȯ°æ º¯¼ö Á¤¸®
2,864
Vimeo (ºñ¸Þ¿À) API ¸¦ »ç¿ëÇÏ¿© Ç÷¹À̾î ÄÁÆ®·ÑÇϱâ
2,863
iframe »ç¿ë½Ã ÇÏ´Ü¿¡ ¹ß»ýÇÏ´Â °ø¹é Á¦°Å¹æ¹ý
2,862
¾ÆÀÌÇÁ·¹ÀÓ(iframe) Àüüȭ¸é °¡´ÉÇÏ°Ô Çϱâ
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.