Q: We have purchased the business version of both Visual and Video Lightbox.
We are attempting to place both a video and a photo gallery on the same page;
the photo gallery works fine and comes up with the overlay, but the video now
appears in a separate window.
Prior to installing Visual Lightbox, the video overlay worked fine.
Do the two programs compete with each other?
We need to find out how to make these two components work successfully on the same page.
Thank you for your prompt response.
A: To install VisualLightBox and Video LightBox galleries
on the same page, you should:
- set Video LightBox HEAD section before VisualLightBox HEAD section;
- remove the following line from VisualLightBox HEAD section:
<script src="engine/js/jquery.min.js" type="text/javascript"></script>
So you'll have:
<head>
...
<!-- Start VideoLightBox.com HEAD section -->
<link rel="stylesheet" href="video/engine/css/videolightbox.css" type="text/css" />
<style type="text/css">#videogallery a#videolb{display:none}</style>
<link rel="stylesheet" type="text/css" href="video/engine/css/overlay-minimal.css"/>
<script src="video/engine/js/jquery.tools.min.js" type="text/javascript"></script>
<script src="video/engine/js/swfobject.js" type="text/javascript"></script>
<!-- make all links with the 'rel' attribute open overlays -->
<script src="video/engine/js/videolightbox.js" type="text/javascript"></script>
<!-- End VideoLightBox.com HEAD section -->
<!-- Start VisualLightBox.com HEAD section -->
<link rel="stylesheet" href="visual/engine/css/vlightbox2.css" type="text/css" />
<link rel="stylesheet" href="visual/engine/css/visuallightbox.css" type="text/css" media="screen" />
<script src="visual/engine/js/visuallightbox.js" type="text/javascript"></script>
<script src="visual/engine/js/vlbdata.js" type="text/javascript"></script>
<!-- End VisualLightBox.com HEAD section -->
...
</head>
I really like the look of Video Lightbox, but I'm wondering if there's a lightbox player way to disable the semi-transparent effect of the thumbnail? When I tested using Video Lightbox these captions did not appear. When I'm working with .mov files there is no sound. Or...? Hope you understand my jquery gallery video try to explain....
Hello! I found on your html video code website "SINGLE WEBSITE" and "UNLIMITED WEBSITES". How to fix it?
you can see under the 'Template preview" section that there is a youtube video lightbox label/title (Cloud, Gray ....) on each of the 'Sticky Notes' template. How do you center a flv embed html on a webpage? How can I enter a title on the video lightbox thumbnail as displayed in the image.
Hi, I'd like to order your app. But you convert all video in Flash format? Clicking on it launches the lightbox jquery video window with a html spinning wait icon, evidently looking for a video that isn't there. Thank you.
Hi, your product is great. This CSS feature does not seem to be working. E.g. i tried to use this url: http://domain.com/video.flv I have also tried creating the files using a vimeo link and then changing the html video code href to the flv file but the video doesn't load. I want it to play automatically, after the lightbox video example page loaded.
Can I use HTML5Video with on the same page? Now when I open this popup video page on other computer, video doesn't work. Everything was working fine, however at some point the videos that are on the Vimeo site are not displaying correctly in full screen mode, the first video at the top of the page for instance plays perfectly in its pop out window but when you expand the window to full screen mode, it displays a very small video centered on the jquery youtube lightbox page.