( To the Mods; )
I've put it in this forum because its kind of an Ajax problem as its only apparent when Ajax is requesting.
If you've been reading this forum the past couple of days, Im sure you would have guessed by now that Im working with alot of Ajax
Animated Gifs are a neat way of showing the status of the Ajax request and everything looks good. The problem Im having though is that every time an ajax request comes through the browser updates all of the Animated Gif images and they run through the animation again. I have set the Ani-Gif to run once as the final frame says complete. This only happends in FireFox (2), Flock and Safari. The other browsers which I have tested are fine (IE(7),Opera and Avant). Is there a javascript way to stop the animations or is this a bug which cant be solved from the script side?
You can test it yourself by putting any ani-gif (1 x loop) on a page which uses Ajax. Its nothing to do with the Ajax itself as Ive tested an Ani-Gif which isnt modified by code.