유투브 동영상 노출 시 자동 실행 또는 자동 종료 소스입니다.
유튜브 동영상 레이어 팝업에 넣은 후 자스로 제어하기
유투브 동영상 버튼 클릭 시 레이어 뜨면서 자동실행
또는 종료버튼 클릭 시 자동으로 종료하는 소스 입니다.
유튜브 동영상은 유튜브 주소에 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 부분을 새로 넣어 줌으로
유투브 동영상을 시작과 종료를 할 수 있어요
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 92 | ||
| 8229 | 9년 전 | 94 | ||
| 8228 |
커네드커네드
|
9년 전 | 137 | |
| 8227 | 9년 전 | 158 | ||
| 8226 | 9년 전 | 186 | ||
| 8225 | 9년 전 | 174 | ||
| 8224 | 9년 전 | 166 | ||
| 8223 | 9년 전 | 136 | ||
| 8222 |
|
9년 전 | 207 | |
| 8221 | 9년 전 | 117 | ||
| 8220 | 9년 전 | 132 | ||
| 8219 | 9년 전 | 117 | ||
| 8218 | 9년 전 | 165 | ||
| 8217 |
star3840
|
9년 전 | 134 | |
| 8216 | 9년 전 | 184 | ||
| 8215 | 9년 전 | 139 | ||
| 8214 | 9년 전 | 247 | ||
| 8213 | 9년 전 | 190 | ||
| 8212 | 9년 전 | 108 | ||
| 8211 | 9년 전 | 276 | ||
| 8210 | 9년 전 | 273 | ||
| 8209 | 9년 전 | 360 | ||
| 8208 | 9년 전 | 249 | ||
| 8207 | 9년 전 | 245 | ||
| 8206 |
|
9년 전 | 212 | |
| 8205 | 9년 전 | 198 | ||
| 8204 | 9년 전 | 155 | ||
| 8203 | 9년 전 | 252 | ||
| 8202 | 9년 전 | 166 | ||
| 8201 | 9년 전 | 200 | ||
| 8200 | 9년 전 | 191 | ||
| 8199 | 9년 전 | 237 | ||
| 8198 | 9년 전 | 202 | ||
| 8197 | 9년 전 | 186 | ||
| 8196 | 9년 전 | 577 | ||
| 8195 | 9년 전 | 182 | ||
| 8194 | 9년 전 | 308 | ||
| 8193 | 9년 전 | 186 | ||
| 8192 | 9년 전 | 220 | ||
| 8191 | 9년 전 | 168 | ||
| 8190 | 9년 전 | 163 | ||
| 8189 | 9년 전 | 225 | ||
| 8188 | 9년 전 | 154 | ||
| 8187 | 9년 전 | 169 | ||
| 8186 | 9년 전 | 164 | ||
| 8185 | 9년 전 | 341 | ||
| 8184 | 9년 전 | 129 | ||
| 8183 | 9년 전 | 340 | ||
| 8182 | 9년 전 | 197 | ||
| 8181 | 9년 전 | 157 | ||
| 8180 | 9년 전 | 728 | ||
| 8179 | 9년 전 | 509 | ||
| 8178 | 9년 전 | 336 | ||
| 8177 |
kiplayer
|
9년 전 | 349 | |
| 8176 | 9년 전 | 386 | ||
| 8175 | 9년 전 | 252 | ||
| 8174 | 9년 전 | 271 | ||
| 8173 | 9년 전 | 363 | ||
| 8172 | 9년 전 | 229 | ||
| 8171 | 9년 전 | 204 | ||
| 8170 | 9년 전 | 317 | ||
| 8169 |
커네드커네드
|
9년 전 | 280 | |
| 8168 | 9년 전 | 350 | ||
| 8167 | 9년 전 | 340 | ||
| 8166 | 9년 전 | 261 | ||
| 8165 | 9년 전 | 190 | ||
| 8164 | 9년 전 | 326 | ||
| 8163 | 9년 전 | 309 | ||
| 8162 | 9년 전 | 330 | ||
| 8161 | 9년 전 | 318 | ||
| 8160 |
|
9년 전 | 516 | |
| 8159 | 9년 전 | 455 | ||
| 8158 | 9년 전 | 274 | ||
| 8157 | 9년 전 | 401 | ||
| 8156 | 9년 전 | 289 | ||
| 8155 | 9년 전 | 279 | ||
| 8154 |
00년생용띠
|
9년 전 | 623 | |
| 8153 | 9년 전 | 259 | ||
| 8152 |
|
9년 전 | 435 | |
| 8151 | 9년 전 | 441 | ||
| 8150 | 9년 전 | 533 | ||
| 8149 |
Jangfolk
|
9년 전 | 371 | |
| 8148 | 9년 전 | 194 | ||
| 8147 | 9년 전 | 408 | ||
| 8146 | 9년 전 | 473 | ||
| 8145 | 9년 전 | 425 | ||
| 8144 | 9년 전 | 386 | ||
| 8143 | 9년 전 | 221 | ||
| 8142 | 9년 전 | 458 | ||
| 8141 | 9년 전 | 407 | ||
| 8140 | 9년 전 | 952 | ||
| 8139 | 9년 전 | 293 | ||
| 8138 |
전갈자리남자
|
9년 전 | 412 | |
| 8137 | 9년 전 | 426 | ||
| 8136 | 9년 전 | 773 | ||
| 8135 |
|
9년 전 | 817 | |
| 8134 |
PlayPixel
|
9년 전 | 542 | |
| 8133 |
|
9년 전 | 463 | |
| 8132 | 9년 전 | 485 | ||
| 8131 | 9년 전 | 833 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기