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,247
10년 전 조회 2,147
10년 전 조회 1,843
10년 전 조회 2,173
10년 전 조회 1,969
10년 전 조회 1,738
10년 전 조회 2,342
10년 전 조회 1,767
10년 전 조회 2,066
10년 전 조회 1,755
10년 전 조회 1,589
10년 전 조회 2,997
10년 전 조회 2,123
10년 전 조회 2,211
10년 전 조회 1,981
10년 전 조회 2,255
10년 전 조회 2,116
10년 전 조회 1,876
10년 전 조회 2,312
10년 전 조회 2,767
10년 전 조회 2,188
10년 전 조회 2,080
10년 전 조회 2,064
10년 전 조회 2,018
10년 전 조회 2,665
10년 전 조회 2,590
10년 전 조회 1,645
10년 전 조회 2,046
10년 전 조회 1,632
10년 전 조회 1,977
10년 전 조회 3,441
10년 전 조회 2,010
10년 전 조회 4,084
10년 전 조회 2,695
10년 전 조회 2,316
10년 전 조회 1,677
10년 전 조회 2,040
10년 전 조회 2,337
10년 전 조회 2,762
10년 전 조회 4,073
10년 전 조회 2,883
10년 전 조회 3,024
10년 전 조회 3,493
10년 전 조회 5,141
10년 전 조회 2,706
10년 전 조회 1,877
10년 전 조회 3,586
10년 전 조회 2,032
10년 전 조회 2,278
10년 전 조회 3,021
10년 전 조회 1,907
10년 전 조회 1,921
10년 전 조회 4,220
10년 전 조회 1,936
10년 전 조회 1,829
10년 전 조회 1,837
10년 전 조회 1,732
10년 전 조회 2,246
10년 전 조회 1,965
10년 전 조회 1,844
10년 전 조회 1,982
10년 전 조회 2,500
10년 전 조회 3,336
10년 전 조회 2,386
10년 전 조회 2,635
10년 전 조회 3,168
10년 전 조회 2,554
10년 전 조회 2,358
10년 전 조회 2,287
10년 전 조회 5,162
10년 전 조회 1,966
10년 전 조회 2,292
10년 전 조회 2,831
10년 전 조회 2,285
10년 전 조회 3,968
10년 전 조회 2,213
10년 전 조회 2,177
10년 전 조회 2,248
10년 전 조회 5,816
10년 전 조회 2,120
10년 전 조회 3,681
10년 전 조회 2,972
10년 전 조회 3,598
10년 전 조회 3,220
10년 전 조회 3,915
10년 전 조회 2,092
10년 전 조회 2,386
10년 전 조회 4,171
10년 전 조회 2,549
10년 전 조회 1,941
10년 전 조회 2,923
10년 전 조회 2,666
10년 전 조회 2,406
10년 전 조회 2,381
10년 전 조회 2,603
10년 전 조회 2,237
10년 전 조회 1,840
10년 전 조회 2,586
10년 전 조회 3,034
10년 전 조회 2,586