Home | History | Annotate | Download | only in js

Lines Matching refs:Video

469   // Set up play-on-hover <video> tags.
470 $('video.play-on-hover').bind('click', function(){
471 $(this).get(0).load(); // in case the video isn't seekable
575 var $videoLinks = $("a.video-shadowbox-button, a.notice-developers-video");
579 '<div id="video-container">'+
580 '<div id="video-frame">'+
581 '<div class="video-close">'+
582 '<span id="icon-video-close" onclick="closeVideo()">&nbsp;</span>'+
607 /* Returns the height the shadowbox video should be. It's based on the current
608 height of the "video-frame" element, which is 100% height for the window.
609 Then minus the margin so the video isn't actually the full window height. */
611 var frameHeight = $("#video-frame").height();
612 var marginTop = $("#video-frame").css('margin-top').split('px')[0];
619 $("#video-container").show();
620 $("#video-frame").show();
633 $("#video-frame").css('width', videoWidth);
660 // if a video different from the one already playing was requested, cue it up
678 $("#video-container").fadeOut(200);
683 // Video starts, send the video ID
689 // track the start playing event so we know from which page the video was selected
696 // Video paused, send video ID and video elapsed time
703 // Video finished, send video ID and video elapsed time
3949 // Parse query into array of expressions (expression e.g. 'tag:foo + type:video')