Results 1 to 6 of 6

Thread: Video Gallery - need help

  1. #1
    Join Date
    Apr 2010
    Posts
    40
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default Video Gallery - need help

    Hi all,

    I'm trying to construct a video gallery. then a use a source of this,
    http://www.shmtestforums.uphero.com/...lery/test.html

    the source is pritty set to my requirement.

    but when it getting to action,it was very hard to find the target for me. i have tried it since 3rd of january. still i couldn't get the real solution. so i thought you will help me.

    what i tried is,
    • play (embedded) a YouTube videos, when click on the thumb image
    • remove photo navigation (Play Slideshow,Previous Photo,Next Photo etc..)
    • replace a word(eg: video #1 ) instead of thumb image


    i have post the original source, because if i post my edited code it will be horrible...

    please can any one help me. if someone can help me it would me greeeeeeeeeeeeeeeeeeat help. thank you.

    madu.

  2. #2
    Join Date
    Jul 2010
    Posts
    45
    Thanks
    6
    Thanked 4 Times in 2 Posts

    Default

    may these are links, u r looking 4.
    http://phpmotion.com/
    http://clip-bucket.com/

    you can download freely and use as a video gallery. actually these r YouTube clones.

  3. The Following User Says Thank You to M rosi For This Useful Post:

    madu (01-09-2011)

  4. #3
    Join Date
    Apr 2010
    Posts
    40
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default

    thanx dear. but it's too large for my target. when i use YouTube clone in my site, it will too difficult to handle and do configurations.

    As well as the source that i have put in my 1st post, is very much close to my target. just want to put a video instead of image.

    unfortunately it was hard to me. that's why i request a help from you all.
    so please help me.......

  5. #4
    Join Date
    Apr 2010
    Posts
    40
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default

    hello,
    I will explain my main problem
    Code:
    <div id="thumbs" class="navigation">
    	<ul class="thumbs noscript">
    		<li>
    			<a class="thumb" name="leaf" href="http://farm4.static.flickr.com/3261/2538183196_8baf9a8015.jpg" title="Title #0">
    				<img src="http://farm4.static.flickr.com/3261/2538183196_8baf9a8015_s.jpg" alt="Title #0" />
    			</a>
    				<div class="caption">
    				<div class="image-title">Title #0</div>
    				<div class="image-desc">Description</div>
    				</div>
    		</li>
    		<li>
    			<a class="thumb" name="drop" href="http://farm3.static.flickr.com/2404/2538171134_2f77bc00d9.jpg" title="Title #1">
    				<img src="http://farm3.static.flickr.com/2404/2538171134_2f77bc00d9_s.jpg" alt="Title #1" />
    			</a>
    				<div class="caption">
    				<div class="image-title">Title #1</div>
    				<div class="image-desc">Description</div>
    				</div>
    		</li>
    
    ....................................................................................
    ....................................................................................
    
    	</ul>
    </div>
    this photo gallery goes with a slideshow. so when i call the embedded YouTube video instead of image it can't call the video when click on the thumb image.
    Code:
    <div id="thumbs" class="navigation">
    	<ul class="thumbs noscript">
    		<li>
    			<a class="thumb" name="leaf" href="http://farm4.static.flickr.com/3261/2538183196_8baf9a8015.jpg" title="Title #0">
    				<object type="application/x-shockwave-flash" style="width:421px; height:258px;" data="http://www.youtube.com/v/ltc5EsuyBh4&amp;hl=en&amp;fs=1"> <param name="movie" value="http://www.youtube.com/v/ltc5EsuyBh4&amp;hl=en&amp;fs=1" /> </object>
    			</a>
    				<div class="caption">
    				<div class="image-title">Title #0</div>
    				<div class="image-desc">Description</div>
    				</div>
    		</li>
    
    ........................................................................
    ........................................................................
    
    
    	</ul>
    </div>
    is this not a valid statement ???
    why can't call a video through a slideshow?

    please can any one help me?

    all re-corrections/ suggestions or any other advices are very welcome!!!

    thanx
    .
    Last edited by madu; 01-09-2011 at 05:21 PM.

  6. #5
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Are you looking for something like this?
    ===
    Arie Molendijk.

  7. The Following User Says Thank You to molendijk For This Useful Post:

    madu (01-10-2011)

  8. #6
    Join Date
    Apr 2010
    Posts
    40
    Thanks
    13
    Thanked 0 Times in 0 Posts

    Default

    thank you very much. I will see

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
  •