R

풀스크린 스크립트

<script>
function AutoScreen(el){
 
 var doc  = document.fullscreenElement;
 var moz  = document.mozFullScreenElement;
 var webkit = document.webkitFullscreenElement;
 var ms  = document.msFullscreenElement;
 
 if (!doc && !moz && !webkit && !ms) {
  fullscreen(el);
 } else {
  exitscreen();
 }
 
}

function fullscreen(el){
 
 if (el.requestFullscreen) {
  el.requestFullscreen();
 } else if (el.msRequestFullscreen) {
  el.msRequestFullscreen();
 } else if (el.mozRequestFullScreen) {
  el.mozRequestFullScreen();
    } else if (el.webkitRequestFullscreen) {
  el.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT);
    }
 
}
function exitscreen(){
 
 var doc = document;
 
 if (doc.exitFullscreen) {
  doc.exitFullscreen();
    } else if (doc.msExitFullscreen) {
  doc.msExitFullscreen();
    } else if (doc.mozCancelFullScreen) {
  doc.mozCancelFullScreen();
    } else if (doc.webkitExitFullscreen) {
  doc.webkitExitFullscreen();
    }
}
</script>

<a href="#"onclick="AutoScreen(document.body)">FullScreen</a>​

 

풀스크린 검색시 나와있는 스크립트 정리 해봤습니다.

 

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
10년 전 조회 2,294
10년 전 조회 2,196
10년 전 조회 1,886
10년 전 조회 2,222
10년 전 조회 2,009
10년 전 조회 1,796
10년 전 조회 2,383
10년 전 조회 1,809
10년 전 조회 2,103
10년 전 조회 1,806
10년 전 조회 1,630
10년 전 조회 3,049
10년 전 조회 2,173
10년 전 조회 2,252
10년 전 조회 2,031
10년 전 조회 2,294
10년 전 조회 2,172
10년 전 조회 1,917
10년 전 조회 2,350
10년 전 조회 2,819
10년 전 조회 2,237
10년 전 조회 2,125
10년 전 조회 2,123
10년 전 조회 2,061
10년 전 조회 2,710
10년 전 조회 2,641
10년 전 조회 1,688
10년 전 조회 2,098
10년 전 조회 1,692
10년 전 조회 2,030
10년 전 조회 3,488
10년 전 조회 2,067
10년 전 조회 4,143
10년 전 조회 2,752
10년 전 조회 2,377
10년 전 조회 1,728
10년 전 조회 2,090
10년 전 조회 2,383
10년 전 조회 2,799
10년 전 조회 4,128
10년 전 조회 2,929
10년 전 조회 3,079
10년 전 조회 3,551
10년 전 조회 5,192
10년 전 조회 2,762
10년 전 조회 1,930
10년 전 조회 3,640
10년 전 조회 2,073
10년 전 조회 2,327
10년 전 조회 3,073
10년 전 조회 1,966
10년 전 조회 1,974
10년 전 조회 4,258
10년 전 조회 1,992
10년 전 조회 1,882
10년 전 조회 1,883
10년 전 조회 1,782
10년 전 조회 2,300
10년 전 조회 2,017
10년 전 조회 1,901
10년 전 조회 2,033
10년 전 조회 2,563
10년 전 조회 3,383
10년 전 조회 2,445
10년 전 조회 2,709
10년 전 조회 3,226
10년 전 조회 2,605
10년 전 조회 2,399
10년 전 조회 2,347
10년 전 조회 5,220
10년 전 조회 2,007
10년 전 조회 2,341
10년 전 조회 2,880
10년 전 조회 2,341
10년 전 조회 4,016
10년 전 조회 2,261
10년 전 조회 2,216
10년 전 조회 2,301
10년 전 조회 5,863
10년 전 조회 2,174
10년 전 조회 3,732
10년 전 조회 3,020
10년 전 조회 3,665
10년 전 조회 3,293
10년 전 조회 3,970
10년 전 조회 2,144
10년 전 조회 2,425
10년 전 조회 4,236
10년 전 조회 2,597
10년 전 조회 1,990
10년 전 조회 2,976
10년 전 조회 2,717
10년 전 조회 2,457
10년 전 조회 2,431
10년 전 조회 2,639
10년 전 조회 2,288
10년 전 조회 1,882
10년 전 조회 2,638
10년 전 조회 3,083
10년 전 조회 2,639