Forum Moderators: not2easy
I'm using blender to make some little 2 second animations. I am converting these to animated gifs for use on my site. They work fine the first time each page is loaded. They run once, not on a loop. The problem is they don't run again once you return to the page (i assume this is because the page has been cached by the brower so doesn't reload them?)
So basically I would like the gifs to reload every page view, regardless of it has been cached, but hoefully this wouldn't involve refreshing the whole page.
I did a search in webmaster world but only found this :
"Assuming your original setup, you should mark the graph.gif file as "no-cache,must-revalidate." Otherwise, your browser will assume it already has a copy, and it will not re-request it from your server."
Which sounds like what I need to do, but there is no further explanation. Can anyone shed some light?
Thanks
<HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
But you may want to check out this article about it on Microsoft.
Thanks for your replies. I am going to try out the first suggestion from Cienwen, although I suppose it would be nice to be able to cache the rest of the content apart from the gifs for faster page loads. From what I can see this way nothing from the page will be cached?
I do know how to loop the gifs, but I don't want them to, as I think it would look a bit cheesey.
I only really started using them as gifs because I couldn't find a way to embed avi files in a way that works on all browers and doesn't have a player attached. I'm sure there would be a way to do this, but the file size of the gifs is smaller...I don't know what the advantages of each method would be?
I'll let you know how i get on
Cheers
The SIZE of the animation on the screen also plays in the icky factor. Small animated images are less obtrusive than large ones.