jquery로 youtube 영상 멈추기
페이지 정보
본문
<iframe class='YoutubePlayFrame' width='728' height='400' src='//www.youtube.com/embed/ymt4-akzkig?feature=player_detailpage&;vq=hd720&enablejsapi=1&version=3&playerapiid=ytplayer' frameborder='0' allowfullscreen></iframe>
<iframe class='YoutubePlayFrame' width='728' height='400' src='//www.youtube.com/embed/rs8o4sJv25M?feature=player_detailpage&;vq=hd720&enablejsapi=1&version=3&playerapiid=ytplayer' frameborder='0' allowfullscreen></iframe>
<script>
var Ycc = $('.YoutubePlayFrame').length;
for (Y = 0; Y < Ycc; Y++) {
$('.YoutubePlayFrame')[Y].contentWindow.postMessage('{"event":"command","func":"' + 'pauseVideo' + '","args":""}', '*');
}
</script>
참조사이트 : http://1004lucifer.blogspot.com/2015/04/youtube-player-api.html
- 이전글jquery 방향키 누르면 실행 18.11.16
- 다음글스크롤바를 이쁘게 nicescroll 18.10.01
댓글목록
등록된 댓글이 없습니다.