Log in

View Full Version : Looking For a Video Gallery Script



rajivkohli
09-22-2011, 08:57 AM
Hi There,

I am looking for a Video Script for my blog. I am already Googling from last one month for this particular task but with no correct result. I am using blogger service for my blog and have embeded videos from many different sites each using different method for embeding like Object, IFrame etc. Main sites are MetaCafe, MegaVideo, and XVideos.

I do know nothing about HTML, JavaScript or PHP etc. but I am good at following instrcutions. Some sites have paid feature which can solve the problem but I actually need a Free Service or Script. I know their are already thousand of Programmers who have already written scripts for this purpose. But actually I didn't find a simple and perfect method for blogger. Their are other scripts available on net for wordpress but not for blogger.

I will be highly thankful if someone please post a script with step by step instrcutions for Video Gallery with Thumbnails.

Please see Live Demos on PHP Motion site or TN3 Gallery

tn3gallery.com/

or

demo.phpmotiontemplates.com/default/

I need the first video gallery like their first template.

FrickenTrevor
09-22-2011, 10:42 PM
Check this link here:
http://videobox-lb.sourceforge.net/

I have also included steps:


1. Download the .zip bellow (Videobox 1.1) and extract it
2. Put these in the top of your website (be sure to upload the files):


<script type="text/javascript" src="js/mootools.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>
<script type="text/javascript" src="js/videobox.js"></script>
<link rel="stylesheet" href="css/videobox.css" type="text/css" media="screen" />


2. Put this where you want a link

<a href="http://www.youtube.com/watch?v=uhi5x7V3WXE" rel="vidbox" title="The amazing trailer of '300'."><img src="http://img.youtube.com/vi/uhi5x7V3WXE/2.jpg" alt="" /></a>

I have also color codded the link.



<a href="http://www.youtube.com/watch?v=uhi5x7V3WXE" rel="vidbox" title="The amazing trailer of '300'."><img src="http://img.youtube.com/vi/uhi5x7V3WXE/2.jpg" alt="" /></a>

RED is what video you want to play, so put the URL (not embed) or path to flv there. The GREEN is the title of the window, while the BLUE is the image for the link (like a video preview). If you want a text link and not an image link, remove the img tag

rajivkohli
09-23-2011, 11:21 AM
Actually, I after your reply, I tried harder and able to get Videobox to run in my blog. See here : testvideolibrary.blogspot.com/

But what I need is a Video Gallery kind script. See example in :

tn3gallery.com/examples/

I need this kind of gallery for videos.

If someone make this kind of script then me and thousand of other peoples will be thankful. Because I didn't still find this kind of script on net. Some are available but not perfect or paid.

I want to make my blog much better using this kind of script so Visitor can stay longer.

Thanks and Regards.