I need to animated a series of JPG images but I need to have all the images come from a single image call. I've already seen several solutions that will let me animate JPGs but all of these require changes to the image call (ie: a href="image01.jpg, image02.jpg, image03.jpg, etc)
Since I need the image call to remain fixed I'm guessing I'd need some type of server based script to rotate image files through the fixed image call - possibly by resaving the images as the desired filename? Does anyone know of a script that can do this?
Thanks for any help!