jqVideoBox v 1.00
Posted on 27. Oct, 2009 by emposha in Javascript, Jquery
jqVideoBox is jquery port of Videobox (mootools) lightbox for videos Youtube, Metacafe, Google Video, iFilm and custom flash.
Download: Download jqVideoBox v 1.00
Demo: Demo jqVideoBox
Github: http://github.com/emposha/jqVideoBox
Usage:
$(document).ready(
function()
{
$(".vidbox").jqvideobox();
}
);
Parameters list:
initialWidth – Initial width of the box
initialHeight – Initial height of the box
defaultWidth – Default width of the box
defaultHeight – Default height of the box
animateCaption – Enable/Disable caption animation
defaultOverLayFade – Default overlay fade value
flvplayer – Path to default flash player
Updates:
- 1.00 ported from mootools plugin videbox (http://videobox-lb.sourceforge.net/) to jquery

4 Comments
Tinus
08. Nov, 2009
Nice script you make! I’m using it in sharePoint right now, good job! for you rinformation the original videoBox isn;t working in SharEpoint, this one is
Question: is it possible to get a dynamic width of the overlaying window so the video fits all time?
Ed Ludlow
14. Dec, 2009
This is great but I’m struggling to get videos to play with the custom flash player. I have my clips in FLV format and I link to that, and then the videobox window loads fine, but I just get blank where the player is expected to be and a right click simply says “movie not loaded..” – any advice is welcome!
Thanks.
shahzaib
02. Jan, 2010
please can u let me know how can we integrate with vimeo?
Rok
17. Jan, 2010
$(document).ready(
function()
{
$(“.vidbox”).jqvideobox();
}
);
Where do i add this, i added in site template and actual html and stilld doesnt work, al .js˙s are on site and loading
Leave a reply