Well you can download a free trial of an animation program such as Animation Shop 3, which you might be able to find on download.com. You’ll then have to animate your self and save it as a .gif
Or
You can create an album on photobucket.com and make 4 slide shows and it will give you an HTML code for it.
you can do this using animated gif but the easy way is to us
java script this is the code:
var slideshow_width=’200px’ //SET IMAGE WIDTH
var slideshow_height=’350px’ //SET IMAGE HEIGHT
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
var fadeimages=new Array()
//add yor images here add as you want by increasing the
//array like fadeimages[3]=www.yoursite.com/x.jpg
fadeimages[0]=”image1.jpg”
fadeimages[1]=”image2.jpg”
fadeimages[2]=”image3.jpg”
July 13th, 2007 at 7:45 am
HTML can’t do this. You need JavaScript or something else more powerful.
July 13th, 2007 at 1:18 pm
Well you can download a free trial of an animation program such as Animation Shop 3, which you might be able to find on download.com. You’ll then have to animate your self and save it as a .gif
Or
You can create an album on photobucket.com and make 4 slide shows and it will give you an HTML code for it.
July 16th, 2007 at 1:15 am
you can do this using animated gif but the easy way is to us
java script this is the code:
var slideshow_width=’200px’ //SET IMAGE WIDTH
var slideshow_height=’350px’ //SET IMAGE HEIGHT
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)
var fadeimages=new Array()
//add yor images here add as you want by increasing the
//array like fadeimages[3]=www.yoursite.com/x.jpg
fadeimages[0]=”image1.jpg”
fadeimages[1]=”image2.jpg”
fadeimages[2]=”image3.jpg”
////NO need to edit beyond here/////////////
var preloadedimages=new Array()
for (p=0;p