Click to See Complete Forum and Search --> : Creating Dynamic Animated Gif PHP GD


BWWebDesigns
06-13-2007, 01:53 AM
Hi

I have a script that checks some info based on different things and uses it to determine which image from a folder to display and then using the php gd image stuff it writes the image to the page, however, wht if i want this to use animated gif source files and retain the animation

I tried and they become static images using the first frame of the origional animated gif source image

Any way round this or any other php method that will do the same

So i can set an image src file to point to a php file with a variable attached and have that php file do some stuff and display the correct animated image rather than the static one

Any help appreciated as i have searched for months and not found a solution