Searched refs:videoId (Results 1 – 1 of 1) sorted by relevance
6514 VideoPlayer.prototype.startYouTubePlayer = function(videoId) { argument6518 this.queueVideo = videoId;6526 var idAndHash = videoId.split('#');6538 videoId: idAndHash[0], property6549 if (videoId !== this.getVideoId()) {6550 this.youTubePlayer.cueVideoById(videoId);6586 var videoId = this.getVideoId();6593 'Videos', 'Resume', videoId);6597 'Videos', 'Start: ' + videoId, 'on: ' + document.location.href);6605 'Videos', 'Paused: ' + videoId, 'on: ' + currentTime);[all …]