아이프레임 내부에 엘리먼트 접근가능한가요?

매출이 오르면 내리는 수수료! 지금 수수료센터에서 전자결제(PG)수수료 비교견적 신청해 보세요!
아이프레임 내부에 엘리먼트 접근가능한가요?

QA

아이프레임 내부에 엘리먼트 접근가능한가요?

본문

<iframe src="https://player.vimeo.com/video/212294393" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

 

 

여기에 재생버튼 누르면 alert 띄울 수 있나요?

이 질문에 댓글 쓰기 :

답변 1

 

https://github.com/vimeo/player.js 

 

이렇게 api 를 제공해주고 있습니다.

 

 


<iframe src="https://player.vimeo.com/video/76979871" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
 
<script src="https://player.vimeo.com/api/player.js"></script>
<script>
    var iframe = document.querySelector('iframe');
    var player = new Vimeo.Player(iframe);
 
    player.on('play', function() {
        console.log('played the video!');
    });
 
    player.getVideoTitle().then(function(title) {
        console.log('title:', title);
    });
</script>
답변을 작성하시기 전에 로그인 해주세요.
전체 124,632 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT