유투브 동영상 노출 시 자동 실행 또는 자동 종료 소스입니다.
유튜브 동영상 레이어 팝업에 넣은 후 자스로 제어하기
유투브 동영상 버튼 클릭 시 레이어 뜨면서 자동실행
또는 종료버튼 클릭 시 자동으로 종료하는 소스 입니다.
유튜브 동영상은 유튜브 주소에 autoplay=1을 하면 유튜브 동영상 노출 시 자동으로 동영상이 실행 되고
autoplay=0 하면 동영상 노출 시 동영상이 실행 되지 않는 것을 이용하여
레이어 팝업이 노출 되면 동영상 실행
레이어 팝업이 없어지면 동영상을 종료 하게 했습니다.
<div id="Ulayer" style="width:560px;height:335px;visibility:hidden;position:absolute;left:200px;top:400px;">
<span style="float:right;width:100px;height:20px;width:560px;text-align:right;padding-right:10px;font-weight:600;"><a href="javascript:;" onClick="UMOVEClose()">[닫기]</a></span>
<object width="560" height="315"><param id="umove1" name="movie" value="//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed id="umove2" src="//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</div>
style일 때문에 복잡해 보이지만 유튜브 소스는 object로 시작하는 부분이죠.
아래는 자스 소스에요
function UMOVE(){
document.getElementById("Ulayer").style.visibility = "visible";
document.getElementById("umove2").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=1";
document.getElementById("umove1").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=1";
}
function UMOVEClose(){
document.getElementById("Ulayer").style.visibility = "hidden";
document.getElementById("umove2").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0";
document.getElementById("umove1").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0";
}
아이프레임에 src 부분을 새로 넣어 줌으로
유투브 동영상을 시작과 종료를 할 수 있어요
유투브 동영상 버튼 클릭 시 레이어 뜨면서 자동실행
또는 종료버튼 클릭 시 자동으로 종료하는 소스 입니다.
유튜브 동영상은 유튜브 주소에 autoplay=1을 하면 유튜브 동영상 노출 시 자동으로 동영상이 실행 되고
autoplay=0 하면 동영상 노출 시 동영상이 실행 되지 않는 것을 이용하여
레이어 팝업이 노출 되면 동영상 실행
레이어 팝업이 없어지면 동영상을 종료 하게 했습니다.
<div id="Ulayer" style="width:560px;height:335px;visibility:hidden;position:absolute;left:200px;top:400px;">
<span style="float:right;width:100px;height:20px;width:560px;text-align:right;padding-right:10px;font-weight:600;"><a href="javascript:;" onClick="UMOVEClose()">[닫기]</a></span>
<object width="560" height="315"><param id="umove1" name="movie" value="//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed id="umove2" src="//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</div>
style일 때문에 복잡해 보이지만 유튜브 소스는 object로 시작하는 부분이죠.
아래는 자스 소스에요
function UMOVE(){
document.getElementById("Ulayer").style.visibility = "visible";
document.getElementById("umove2").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=1";
document.getElementById("umove1").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=1";
}
function UMOVEClose(){
document.getElementById("Ulayer").style.visibility = "hidden";
document.getElementById("umove2").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0";
document.getElementById("umove1").src = "//www.youtube.com/v/djkElboUs1I?version=3&hl=ko_KR&autoplay=0";
}
아이프레임에 src 부분을 새로 넣어 줌으로
유투브 동영상을 시작과 종료를 할 수 있어요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7130 | 11년 전 | 2303 | ||
| 7129 | 11년 전 | 709 | ||
| 7128 |
senseme
|
11년 전 | 1294 | |
| 7127 | 11년 전 | 1166 | ||
| 7126 | 11년 전 | 821 | ||
| 7125 | 11년 전 | 2948 | ||
| 7124 | 11년 전 | 1419 | ||
| 7123 |
잘살아보자
|
11년 전 | 1287 | |
| 7122 |
잘살아보자
|
11년 전 | 688 | |
| 7121 |
잘살아보자
|
11년 전 | 3043 | |
| 7120 |
잘살아보자
|
11년 전 | 2908 | |
| 7119 |
잘살아보자
|
11년 전 | 727 | |
| 7118 |
잘살아보자
|
11년 전 | 3430 | |
| 7117 |
잘살아보자
|
11년 전 | 848 | |
| 7116 | 11년 전 | 742 | ||
| 7115 | 11년 전 | 1030 | ||
| 7114 | 11년 전 | 848 | ||
| 7113 | 11년 전 | 658 | ||
| 7112 | 11년 전 | 1083 | ||
| 7111 | 11년 전 | 1800 | ||
| 7110 | 11년 전 | 1035 | ||
| 7109 |
버섯먹은나
|
11년 전 | 806 | |
| 7108 | 11년 전 | 640 | ||
| 7107 | 11년 전 | 2404 | ||
| 7106 | 11년 전 | 1957 | ||
| 7105 | 11년 전 | 2482 | ||
| 7104 | 11년 전 | 1423 | ||
| 7103 |
|
11년 전 | 2703 | |
| 7102 | 11년 전 | 3115 | ||
| 7101 | 11년 전 | 4441 | ||
| 7100 | 11년 전 | 5792 | ||
| 7099 | 11년 전 | 2137 | ||
| 7098 | 11년 전 | 1721 | ||
| 7097 | 11년 전 | 1457 | ||
| 7096 | 11년 전 | 1126 | ||
| 7095 |
잘살아보자
|
11년 전 | 854 | |
| 7094 |
잘살아보자
|
11년 전 | 1058 | |
| 7093 |
잘살아보자
|
11년 전 | 935 | |
| 7092 |
잘살아보자
|
11년 전 | 1409 | |
| 7091 |
잘살아보자
|
11년 전 | 2210 | |
| 7090 |
잘살아보자
|
11년 전 | 891 | |
| 7089 | 11년 전 | 1060 | ||
| 7088 | 11년 전 | 1710 | ||
| 7087 | 11년 전 | 1410 | ||
| 7086 | 11년 전 | 1311 | ||
| 7085 |
|
11년 전 | 1233 | |
| 7084 | 11년 전 | 1151 | ||
| 7083 | 11년 전 | 3501 | ||
| 7082 | 11년 전 | 1151 | ||
| 7081 | 11년 전 | 1735 | ||
| 7080 | 11년 전 | 2019 | ||
| 7079 | 11년 전 | 1328 | ||
| 7078 | 11년 전 | 1300 | ||
| 7077 | 11년 전 | 1305 | ||
| 7076 | 11년 전 | 766 | ||
| 7075 | 11년 전 | 1152 | ||
| 7074 |
네이비칼라
|
11년 전 | 1504 | |
| 7073 | 11년 전 | 1476 | ||
| 7072 |
|
11년 전 | 833 | |
| 7071 | 11년 전 | 1206 | ||
| 7070 | 11년 전 | 932 | ||
| 7069 | 11년 전 | 1703 | ||
| 7068 | 11년 전 | 1353 | ||
| 7067 |
TPSint
|
11년 전 | 741 | |
| 7066 | 11년 전 | 2152 | ||
| 7065 | 11년 전 | 6647 | ||
| 7064 | 11년 전 | 1292 | ||
| 7063 | 11년 전 | 1140 | ||
| 7062 | 11년 전 | 1077 | ||
| 7061 | 11년 전 | 915 | ||
| 7060 | 11년 전 | 1467 | ||
| 7059 | 11년 전 | 880 | ||
| 7058 |
EngineMan
|
11년 전 | 3406 | |
| 7057 | 11년 전 | 1247 | ||
| 7056 | 11년 전 | 1637 | ||
| 7055 | 11년 전 | 1016 | ||
| 7054 | 11년 전 | 2655 | ||
| 7053 |
네이비칼라
|
11년 전 | 1288 | |
| 7052 | 11년 전 | 2580 | ||
| 7051 | 11년 전 | 1939 | ||
| 7050 | 11년 전 | 2454 | ||
| 7049 | 11년 전 | 1409 | ||
| 7048 | 11년 전 | 2536 | ||
| 7047 | 11년 전 | 1358 | ||
| 7046 | 11년 전 | 1039 | ||
| 7045 | 11년 전 | 1066 | ||
| 7044 | 11년 전 | 5437 | ||
| 7043 | 11년 전 | 1231 | ||
| 7042 | 11년 전 | 790 | ||
| 7041 |
열라뽕똬이
|
11년 전 | 760 | |
| 7040 | 11년 전 | 1116 | ||
| 7039 | 11년 전 | 1465 | ||
| 7038 | 11년 전 | 1879 | ||
| 7037 | 11년 전 | 2182 | ||
| 7036 | 11년 전 | 1085 | ||
| 7035 | 11년 전 | 1405 | ||
| 7034 | 11년 전 | 1354 | ||
| 7033 |
열라뽕똬이
|
11년 전 | 999 | |
| 7032 | 11년 전 | 752 | ||
| 7031 | 11년 전 | 2185 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기