Q: Can I make the video play without click on it?
I want it to play automatically, after the page loaded.
A: You should set the following function in Video LightBox BODY section:
<script type="text/javascript">
$( function(){$(".videogallery a#mylink").overlay().load()});
</script>
You should also set id="mylink" for video link:
<a class="voverlay" id="mylink" href="http://www.youtube.com/v/31aWy9lcyJk?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer"...
For example:
<!-- Start VideoLightBox.com BODY section -->
<div class="videogallery">
<a class="voverlay" id="mylink" href="http://vimeo.com/moogaloop.swf?clip_id=4560219&server=vimeo.com&show_title=1&show_byline=1&autoplay=1" title="Vimeo"><img src="index_videolb/thumbnails/0.png" alt="Vimeo" /><span></span></a><a class="videolb" href="http://videolightbox.com">Embed YouTube Video by VideoLightBox.com v2.1</a>
</div>
<script src="index_videolb/jquery.tools.min.js" type="text/javascript"></script>
<script src="index_videolb/videolightbox.js" type="text/javascript"></script>
<script type="text/javascript">
$( function(){$(".videogallery a#mylink").overlay().load()});
</script>
<!-- End VideoLightBox.com BODY section -->
I attempted to use your website video player fix for making Videolightbox and WOW Slider to work together today but I am having problems. I'm back to testing again and I can see that on a css video gallery test site I now have the running but it seems as if it has to load the whole video before it will play. Embeds into local web page just fine. Thank you
If I have downloaded the full versions of the VideoLightBox, for MAC and for PC both, can I install and register on 2 machines, one being MAC and the other PC, or must I instead install on only 1 type of machine. How come the thumbnails produced are not from the vimeo popup beginning of the video? If i make a jquery video player new gallery it overwrites the engine and data folders that are existing. Does videolightbox automatically convert MP4s to HTML5?
I was wondering if you could tell me whether the jquery video player flv embed player allows for a video (vimeo) to popup in a lightbox automatically on page load and then play. Is the location of the video video where the thumbnail snapshot is taken random? Need someone to call me.
I have a question. A popup video html white box is covering half the overlay video video. How can I change the controlbar height and width?
Hi, Can you tell me the overlay video difference between EasyHTML5Video and VideoLightBox? I found on your popup video javascript website "SINGLE WEBSITE" and "UNLIMITED WEBSITES". Any ideas?
I was about to purchase this, but I see a "auto-renewal for this jquery video thumbnail order” option. I've had some success creating a video gallery at our web site. If this button is unclicked, my images are stretched and distorted to fit the html5 lightbox video frame size. I'm using Dreamweaver CS4 and testing in firefox.