Results 1 to 3 of 3

Thread: Looking For a Video Gallery Script

  1. #1
    Join Date
    Jun 2011
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Looking For a Video Gallery Script

    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.
    Last edited by jscheuer1; 09-25-2011 at 04:22 PM. Reason: formatting

  2. #2
    Join Date
    Aug 2009
    Location
    utf-8
    Posts
    205
    Thanks
    4
    Thanked 7 Times in 7 Posts

    Default

    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):
    HTML Code:
    <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
    HTML Code:
    <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.

    Code:
    <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
    Last edited by FrickenTrevor; 09-22-2011 at 10:47 PM. Reason: various typos

  3. #3
    Join Date
    Jun 2011
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Thanks but I need better script

    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.
    Last edited by jscheuer1; 09-25-2011 at 04:23 PM. Reason: formatting

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •