View Full Version : circular array of texts
potroast
02-10-2003, 08:54 PM
i have an array of images that i cycle through upon clicking on some arrow. i would like to make a separate caption for each of those images, but i'm not really sure what the best way to do this is. and then i'm not quite sure how to accomplish it (: the best thing i can think of is an array of each captions and somehow write those (how? i dunno) beneath the caption. but that would suck assuming i had some large amount of text written in my code. can i possibly keep the text in a regular text/html file and keep those in the array and write those instead?
beetle
02-10-2003, 08:58 PM
I have a slideshow script I'm writing (it's error-free, but I'm not done with all the features) that you can check out here (http://www.peterbailey.net/site/dev/) (see: Slideshow class)
Sorry the demo page is a bit jumpy, I'm gonna fix that in the future.
There's no real good documentation on it right now, so if you need help setting it up, let me know. I'll hook you up :D
potroast
02-10-2003, 09:05 PM
what i'm working on is essentially the same thing: a slideshow. but it's the text that i'm rather at a loss on how to display the dynamic text
beetle
02-10-2003, 09:09 PM
Well, poke around the source code (http://www.peterbailey.net/dhtml/showsrc.php?file=slideshow) and see if you can figure it out!
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.