방문객 테스트[1] > 방문객 테스트

본문 바로가기
사이트 내 전체검색

방문객 테스트

방문객 테스트[1]

페이지 정보

profile_image
작성자 비타주리
댓글 36건 조회 930회 작성일 22-01-17 21:15

본문

[code]

<div id=mainDiv style=overflow:hidden>

<div id=imgDiv style=width:100%;height:100%;cursor:pointer;background-size:contain;background-image:url(https://blog.kakaocdn.net/dn/dpxDdN/btrdj677VT5/FP3chnNKIkRUSzrnNxCxXk/img.jpg)>

<video id=videoPlayer style=width:100%;mix-blend-mode:screen;display:block src=https://blog.kakaocdn.net/dn/c07nfJ/btrdmAHtO9f/zLh5ghgQVVa5vgDES5a4e1/tfile.mp4 loop muted></video>

<audio id=audioPlayer src=https://blog.kakaocdn.net/dn/dBuOu2/btrdivHnfKM/bvMaixvAJUK3CN1LAL2oO0/tfile.mp3 loop></audio>

</div>

</div>

<script>

playerMode = 1;

mainDiv.style.width = ("win16win32win64macmacintel").indexOf(navigator.platform.toLowerCase()) < 0 ? "100%" : "960px";

mainDiv.onclick = function() {

if (playerMode) { audioPlayer.play(), videoPlayer.play(), imgDiv.style.backgroundImage = "url(https://blog.kakaocdn.net/dn/wot1z/btrdkOsGxcx/S0pjTDpGx0uLnzCHNxKAAK/img.jpg)", playerMode = 0; }

else { audioPlayer.pause(), videoPlayer.pause(), imgDiv.style.backgroundImage = "url(https://blog.kakaocdn.net/dn/dpxDdN/btrdj677VT5/FP3chnNKIkRUSzrnNxCxXk/img.jpg)", playerMode = 1; }

}

onresize = function() { mainDiv.style.height = mainDiv.offsetWidth * 540 / 960 + "px"; }

onresize();

</script>

[/code]

댓글목록

profile_image

비타주리님의 댓글

비타주리 작성일

----------
[*001.gif*]
3호선 버터플라이 - 헤어지는 날 바로 오늘
https://youtu.be/AfwqilBP-1Q

profile_image

테스트회원님의 댓글의 댓글

테스트회원 작성일

----------
[*045.gif*] 남상아... 쥑이는 보컬입니다

profile_image

비타주리님의 댓글

비타주리 작성일

----------
[*008.gif*] [*017.gif*] 미니 이퀼 플레이어
[code]
<script>
mp3Url = "https://blog.kakaocdn.net/dn/Qj3Fg/btrcFWlW3lw/0QTxRBYqsyzISDORFFQUk0/tfile.mp3";
topUrl = "/main/wittazzurri/number/";
eqColor = "#ffffff";
timerColor = "#ffffff";
eqYes = "start";
function eqHtml() {
document.write("<audio id=eqPlayer src=" + mp3Url + " style=display:none loop></audio>");
document.write("<table style=width:79px cellpadding=0 cellspacing=0><td id=tdEq_1></td>");
for (eq2 = 2; eq2 <= 16; eq2++) document.write("<td style=width:1px></td><td id=tdEq_" + eq2 +"></td>");
document.write("</table>");
document.write("<table style=width:79px;margin-top:5px cellpadding=0 cellspacing=0><td align=left><table cellpadding=0 cellspacing=0><td id=current_1 style=display:none></td><td style=width:1px;display:none></td><td id=current_2></td><td style=width:5px;height:8px;background-color:" + timerColor + ";-webkit-mask:url(" + topUrl + "bar.png);mask:url(" + topUrl + "/bar.png)></td><td id=current_3></td><td style=width:1px></td><td id=current_4></td></table></td>");
document.write("<td align=right><table cellpadding=0 cellspacing=0><td id=total_1 style=display:none></td><td style=width:1px;display:none></td><td id=total_2></td><td style=width:5px;height:8px;background-color:" + timerColor + ";-webkit-mask:url(" + topUrl + "/bar.png);mask:url(" + topUrl + "/bar.png)></td><td id=total_3></td><td style=width:1px></td><td id=total_4></td></table></td></table>");
}
function eqDraw(eq) {
this["_" + eq] = this["eq_" + eq].getContext("2d");
this["_" + eq].fillStyle = eqColor;
this["_" + eq].beginPath();
if (this["_eq_" + eq] == 1) { this["_"+eq].moveTo(0,0),this["_"+eq].lineTo(4,0),this["_"+eq].lineTo(4,1),this["_"+eq].lineTo(0,1); this["_"+eq].moveTo(0,2),this["_"+eq].lineTo(4,2),this["_"+eq].lineTo(4,3),this["_"+eq].lineTo(0,3); this["_"+eq].moveTo(0,4),this["_"+eq].lineTo(4,4),this["_"+eq].lineTo(4,5),this["_"+eq].lineTo(0,5); this["_"+eq].moveTo(0,6),this["_"+eq].lineTo(4,6),this["_"+eq].lineTo(4,7),this["_"+eq].lineTo(0,7); this["_"+eq].moveTo(0,8),this["_"+eq].lineTo(4,8),this["_"+eq].lineTo(4,9),this["_"+eq].lineTo(0,9); this["_"+eq].moveTo(0,10),this["_"+eq].lineTo(4,10),this["_"+eq].lineTo(4,11),this["_"+eq].lineTo(0,11); this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 2) { this["_"+eq].moveTo(0,2),this["_"+eq].lineTo(4,2),this["_"+eq].lineTo(4,3),this["_"+eq].lineTo(0,3); this["_"+eq].moveTo(0,4),this["_"+eq].lineTo(4,4),this["_"+eq].lineTo(4,5),this["_"+eq].lineTo(0,5); this["_"+eq].moveTo(0,6),this["_"+eq].lineTo(4,6),this["_"+eq].lineTo(4,7),this["_"+eq].lineTo(0,7); this["_"+eq].moveTo(0,8),this["_"+eq].lineTo(4,8),this["_"+eq].lineTo(4,9),this["_"+eq].lineTo(0,9); this["_"+eq].moveTo(0,10),this["_"+eq].lineTo(4,10),this["_"+eq].lineTo(4,11),this["_"+eq].lineTo(0,11); this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 3) { this["_"+eq].moveTo(0,4),this["_"+eq].lineTo(4,4),this["_"+eq].lineTo(4,5),this["_"+eq].lineTo(0,5); this["_"+eq].moveTo(0,6),this["_"+eq].lineTo(4,6),this["_"+eq].lineTo(4,7),this["_"+eq].lineTo(0,7); this["_"+eq].moveTo(0,8),this["_"+eq].lineTo(4,8),this["_"+eq].lineTo(4,9),this["_"+eq].lineTo(0,9); this["_"+eq].moveTo(0,10),this["_"+eq].lineTo(4,10),this["_"+eq].lineTo(4,11),this["_"+eq].lineTo(0,11); this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 4) { this["_"+eq].moveTo(0,6),this["_"+eq].lineTo(4,6),this["_"+eq].lineTo(4,7),this["_"+eq].lineTo(0,7); this["_"+eq].moveTo(0,8),this["_"+eq].lineTo(4,8),this["_"+eq].lineTo(4,9),this["_"+eq].lineTo(0,9); this["_"+eq].moveTo(0,10),this["_"+eq].lineTo(4,10),this["_"+eq].lineTo(4,11),this["_"+eq].lineTo(0,11); this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 5) { this["_"+eq].moveTo(0,8),this["_"+eq].lineTo(4,8),this["_"+eq].lineTo(4,9),this["_"+eq].lineTo(0,9); this["_"+eq].moveTo(0,10),this["_"+eq].lineTo(4,10),this["_"+eq].lineTo(4,11),this["_"+eq].lineTo(0,11); this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 6) { this["_"+eq].moveTo(0,10),this["_"+eq].lineTo(4,10),this["_"+eq].lineTo(4,11),this["_"+eq].lineTo(0,11); this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 7) { this["_"+eq].moveTo(0,12),this["_"+eq].lineTo(4,12),this["_"+eq].lineTo(4,13),this["_"+eq].lineTo(0,13); this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
else if (this["_eq_" + eq] == 8) { this["_"+eq].moveTo(0,14),this["_"+eq].lineTo(4,14),this["_"+eq].lineTo(4,15),this["_"+eq].lineTo(0,15); }
this["_" + eq].fill();
}
function timerMode() {
currentString = (("0" + Math.floor(eqPlayer.currentTime / 60)).slice(-2) + ("0" + Math.floor(eqPlayer.currentTime % 60)).slice(-2)).split("");
totalString = (("0" + Math.floor(eqPlayer.duration / 60)).slice(-2) + ("0" + Math.floor(eqPlayer.duration % 60)).slice(-2)).split("");
for (time = 1; time <= 4; time++) {
this["current_" + time].innerHTML = "<div style=background-color:" + timerColor + ";width:7px;height:8px;-webkit-mask:url(" + topUrl + currentString[time - 1] + ".png);mask:url(" + topUrl + currentString[time - 1] + ".png)></div>";
this["total_" + time].innerHTML = "<div style=background-color:" + timerColor + ";width:7px;;height:8px;-webkit-mask:url(" + topUrl + totalString[time - 1] + ".png);mask:url(" + topUrl + totalString[time - 1] + ".png)></div>";
}
}
function trackMode() {
for (eq16 = 1; eq16 <= 16; eq16++) {
this["tdEq_" + eq16].innerHTML = "<canvas id=eq_" + eq16 + " style=display:block width=4 height=15></canvas>";
if (eqYes == "start") this["_eq_" + eq16] = 8;
else if (eqYes == "no") this["_eq_" + eq16] = this["_eq_" + eq16] >= 8 ? 8 : this["_eq_" + eq16] + 1;
else this["_eq_" + eq16] = Math.floor(Math.random() * 8 + 1);
eqDraw(eq16);
timerMode();
}
}
setInterval(trackMode, 100);
function eqMode() {
if (eqYes == "yes") eqPlayer.pause(), eqYes = "no";
else eqPlayer.play(), eqYes = "yes";
}
</script>
<div id=backDiv style=width:100%;overflow:hidden;background-image:url(https://blog.kakaocdn.net/dn/kGiA6/btre4HMzfVE/n2bItJXcNtlEu5MCcTy6L1/img.jpg);background-size:contain>
<div id=eqDiv onmousedown=eqMode() style=margin-top:45%;margin-left:10%;width:79px;height:28px;cursor:pointer><script>eqHtml()</script></div>
</div>
<script>
onresize = function() {
backDiv.style.height = backDiv.offsetWidth * 540 / 960 + "px";
}
onresize();
</script>
[/code]

profile_image

테스트회원님의 댓글

테스트회원 작성일

----------
이모티콘 테스트입니다.
[*099.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*066.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*010.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*026.gif*][*062.gif*][*057.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*074.gif*][*074.gif*][*041.gif*][*028.gif*][*054.gif*]


Ghjk[*019.gif*][*019.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일
profile_image

테스트회원님의 댓글

테스트회원 작성일

[*009.gif*][*007.gif*][*025.gif*]ddd

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*103.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*038.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*064.gif*][*106.gif*][*107.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*066.gif*] 와~ 좋은기능이네요

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*062.gif*][*018.gif*][*125.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

다운받아 해봤는데
본문 글쓰기에서는 유튜브 주소를 불러오지 못하는거 같은데요.  댓글에선 잘 되는데

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*084.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

Great and wonderfull

Thank you very much ^^

profile_image

테스트회원님의 댓글

테스트회원 작성일

nghnhg

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*026.gif*][*029.gif*][*031.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일
profile_image

테스트회원님의 댓글

테스트회원 작성일

[*010.gif*][*046.gif*][*102.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*083.gif*][*086.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*116.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*010.gif*][*029.gif*][*047.gif*][*065.gif*][*083.gif*][*080.gif*][*063.gif*][*081.gif*][*099.gif*][*102.gif*][*083.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*130.gif*][*131.gif*][*099.gif*][*051.gif*][*016.gif*]

profile_image

테스트회원님의 댓글의 댓글

테스트회원 작성일

[*104.gif*][*087.gif*][*084.gif*]
dlkss

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*082.gif*][*056.gif*][*059.gif*][*113.gif*][*101.gif*][*028.gif*][*100.gif*][*111.gif*][*056.gif*][*097.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*082.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*004.gif*][*005.gif*][*006.gif*][*009.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*050.gif*][*065.gif*][*065.gif*][*065.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일
profile_image

테스트회원님의 댓글

테스트회원 작성일

[*101.gif*]
너무 좋음요

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*138.gif*][*138.gif*][*047.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*067.gif*][*068.gif*][*080.gif*][*060.gif*]

profile_image

테스트회원님의 댓글

테스트회원 작성일

[*030.gif*][*029.gif*][*046.gif*][*080.gif*][*057.gif*][*020.gif*][*056.gif*]

회원로그인

회원가입

사이트 정보

회사명 : 회사명 / 대표 : 대표자명
주소 : OO도 OO시 OO구 OO동 123-45
사업자 등록번호 : 123-45-67890
전화 : 02-123-4567 팩스 : 02-123-4568
통신판매업신고번호 : 제 OO구 - 123호
개인정보관리책임자 : 정보책임자명

공지사항

  • 게시물이 없습니다.

접속자집계

오늘
172
어제
188
최대
526
전체
107,200
Copyright © 소유하신 도메인. All rights reserved.