Home | History | Annotate | Download | only in js

Lines Matching refs:videoId

592       var videoId = $(this).attr('href').split('?v=')[1];
595 startYouTubePlayer(videoId);
618 function startYouTubePlayer(videoId) {
638 var idAndHash = videoId.split("#");
650 videoId: idAndHash[0],
661 if (videoId != youTubePlayer.getVideoUrl().split('?v=')[1].split('&')[0].split('%')[0]) {
662 youTubePlayer.cueVideoById(videoId);