[quote=bles_212000]is it possible to add more image? like to add in this way?
[quote]function animateGal(){
get=content_1;
p1="<img src='URL OF 1ST IMAGE' border='0'>"
p2="<img src='URL OF 2ND IMAGE' border='0'>"
p3="<img src='URL OF 3RD IMAGE' border='0'>"
p4="<img src='URL OF 4TH IMAGE' border='0'>"
[b]p5="<img src='URL OF 5TH IMAGE' border='0'>"
p6="<img src='URL OF 6TH IMAGE' border='0'>"
p7="<img src='URL OF 7TH IMAGE' border='0'>"[/b]
get.getElementsByTagName("a")[0].innerHTML=p1;
get.getElementsByTagName("a")[1].innerHTML=p2;
get.getElementsByTagName("a")[2].innerHTML=p3;
get.getElementsByTagName("a")[3].innerHTML=p4}
setTimeout("animateGal()"500);[/quote]
is this one will work?

[/quote]
It appears the code is designed to only replace the 4 photo's that are displayed from ur photo gallery.
[quote=samilbzz]nice script swit...
btw...is it okay if the image is GIF?
and is tat for our js?[/quote]
Any image file will work this this code.
Last edited by bobcbar (2008-02-06 21:53:28)