메뉴 건너뛰기

조회 수 0 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
e>
#ytDiv { width:800px; height:450px; }
#ytDiv iframe { width:100%; height:100%; }
</style>
<div id="ytDiv"><iframe src="https://www.youtube.com/embed/T2ZNOZmdD-E?enablejsapi=1" frameborder="0" allowfullscreen></iframe></div>
<input id="yt_current" name="yt_current">
<input id="yt_total" name="yt_total">
 
<script src="https://www.youtube.com/iframe_api"></script>
<script>
function onYouTubeIframeAPIReady() {
    ytDiv = new YT.Player(document.querySelector("#ytDiv iframe"), { "onReady": (event) => { event.target.playVideo(); } } );
    setInterval( () => {
        yt_current.value = Math.ceil(ytDiv.getCurrentTime());
        yt_total.value = Math.floor(ytDiv.getDuration());
    }, 1000);
}
</script>

 

유튜브 동영상을 강좌동영상 등으로 사용할 때 회원이 다 보았는지 덜 보았는지를 체크하는 기본 로직입니다.

https://wittazzurri.com/editor/html_editor.php 에서 확인해 보세요.

 

그리고 아래처럼 폼을 하나 감아서 액션문서에서 DB 에 저장하거나 아작스로 넘기거나 등등...

yt_current 가 yt_total 보다 크거나 같다면 모두시청 아니라면 시청미완료 등으로 로직을 짜 주면 되겠습니다. 

 

<form>

<input id="yt_current" name="yt_current">
<input id="yt_total" name="yt_total">

</form>


  1. No Image 09Apr
    by 조쉬
    2024/04/09 Views 0 

    유튜브 동영상 시간체크 후 폼 전송하기

  2. No Image 09Apr
    by
    2024/04/09 Views 0 

    mov 업로드시 mp4 자동 변환

  3. 웹상에서 PDF 뷰어 소스 (copyright 2021 Mozilla)

  4. No Image 09Apr
    by
    2024/04/09 Views 1 

    특정국가 차단하기

  5. NICE API 인증모듈

  6. No Image 09Apr
    by
    2024/04/09 Views 2 

    엑셀파일 읽어서 바로 DB에 업로드하기

  7. No Image 09Apr
    by
    2024/04/09 Views 3 

    admin 비밀번호 생각이 안 날때, 비번 바꾸는 간단한 소스 (SHA256 용)

  8. No Image 09Apr
    by
    2024/04/09 Views 8 

    접속주소가 https로 되여 있는지 판단하여 $g5_path['url']를 수정하기

  9. No Image 05Jan
    by
    2023/01/05 Views 79 

    회원가입 못하게

  10. No Image 16May
    by
    2023/05/16 Views 131 

    mysql concat 날짜와 시간을 문자열로 합치기 시간의 크기 비교

  11. No Image 24Mar
    by
    2021/03/24 Views 146 

    회원 등급(권한)에 따라서 다른 메시지 보이기

  12. 그누보드 이력서 스킨

  13. No Image 13Dec
    by
    2019/12/13 Views 255 

    style 수정시 서버에서 로딩되게 하기

  14. No Image 24Mar
    by
    2021/03/24 Views 289 

    그누보드 카카오톡 로그인 V2 플러그인

  15. No Image 13Dec
    by
    2019/12/13 Views 317 

    카운트다운 스크립트

  16. jQuery 요소(elements) 미디어 컨버팅 플러그인

  17. No Image 13Dec
    by
    2019/12/13 Views 323 

    글 작성시 랜덤형 자동 댓글로 인사 멘트남기기

  18. No Image 13Dec
    by
    2019/12/13 Views 326 

    이름 마지막 한자리 별표 처리

  19. fullcalendar 달력 게시판 스킨

  20. 특정 게시판에서 이미지 파일만 업로드 허용하기

Board Pagination Prev 1 2 3 4 Next
/ 4

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved