View Full Version : 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/video_gallery/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.
M rosi
01-09-2011, 07:51 AM
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.
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.......
hello,
I will explain my main problem
<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.
<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&hl=en&fs=1"> <param name="movie" value="http://www.youtube.com/v/ltc5EsuyBh4&hl=en&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
.
molendijk
01-09-2011, 07:32 PM
Are you looking for something like this (http://www.let.rug.nl/molendyk/include_video_all_players/all_players.html)?
===
Arie Molendijk.
thank you very much. I will see
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.