Q: We are using the free version of your lightbox for a website and are interested in purchasing the business version.
We are having a problem with the free version that I'm hoping you can resolve before we purchase the business edition.
In Firefox and Safari the video overlay does not overlay above a Flash object.
Do you know how to resolve?
A: You should add "opaque" parameter for <object> and <embed> tags.
See, how you should install flash on your pages.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="150" width="800">
<param name="movie" value="2008 flash.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<embed src="flash_files/2008%2520flash.swf" quality="high" wmode="opaque"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" height="150" width="800">
</object>
Video lightbox will overlap flash correctly in that case.
If your flash is created with use of AC_FL_RunContent() function you should open
AC_RunActiveContent.js file, find AC_Generateobj function and add opaque parameters:
function AC_Generateobj(objAttrs, params, embedAttrs)
{
var str = '';
if (isIE && isWin && !isOpera)
{
str += '<object ';
for (var i in objAttrs)
{
str += i + '="' + objAttrs[i] + '" ';
}
str += '>';
str += '<param name="wmode" value="opaque">';
for (var i in params)
{
str += '<param name="' + i + '" value="' + params[i] + '" /> ';
}
str += '</object>';
}
else
{
str += '<embed ';
for (var i in embedAttrs)
{
str += i + '="' + embedAttrs[i] + '" ';
}
str += 'wmode="opaque"> </embed>';
}
document.write(str);
}
I am using your jquery lightbox video VideoLightBox and WOWSlider with a video popup Windows 7 computer. The "data" and "engine" has the same name and so even. Overlay Shadow is working fine, however, the degree of darkening involved does not meet my specific needs. Any suggestions?
Hi, I downloaded the free Videolightbox download but when I tried to open it there was a window that said due to security preferences I can only open apps from the Mac store and identified web sites. Now I can't find any information about the time I'm able to use it. I also noticed in my website video player mark up that your video lightbox code credit seems to be quite abundant. 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 page.
Can you tell me, how to change the html5 lightbox video language at videolightbox? I use Windows 7. Could you help me? :) We cannot expect or depend on users to add add-ins as most users wouldn't want to or know how and makes my vimeo website look unprofessional.
We are having an issue of when the video is played, the background of the viewing monitor is not darkening. I read on the trouble shooting page that it isn't possible to insert a gallery more than once to the html video popup same page.. I use a PC and want to make a jquery lightbox youtube video gallery that can be viewed on a Mac too.
I downloaded your youtube lightbox VideoLightBox. What could be causing this and what can i do to force HD to play by default? I cannot find any information on your site. I would like to know whether I can put the videogallery into my lightbox video example webpage with site builder?
I use VideoLightBox and have a video embed code question. I tried and it works and then sometimes it doesn't load the lightbox2 video video having a white screen appear. Thanks.