correct me if i'm wrong, but the repeat attribute is IN the gif file. that means zope is mangling the file. try creating the image as a file changing its mimetype and referrring it outside zope via an HTML page, to see if that's the case. Lars Heber wrote:
Peter Bengtsson schrieb:
[Just checking.] Have you tried to acctually _use_ the animated gif in context with other HTML? I have experienced problem some single time with images (can't remember what the problem/image was) viewed directly from the View management tab.
Excuse the childish suggestion.
Any help is appreciated!!!
I tried your suggestion. The animGif works fine with every kind of HTML. I really think it's a Zope problem. Also the gif downloaded from Zope works with HTML outside Zope. The following doesn't work as well: Refer to the gif situated on your Zope server from a HTML file outside Zope. - Same problem...
<html> <head><title>the title</title></head> <body><img src="http://localhost:8080/animGif"></body> </html>
I also tried to name the animGif explicitely animGif.gif instead of animGif - guessed what? - same problem!
Any more ideas, please?
Thanks.
Lars
----- Original Message ----- From: "Lars Heber" <lheber@debis.com> To: <zope@zope.org> Sent: Friday, October 06, 2000 3:24 PM Subject: [Zope] Animated GIFs
Hi there,
I've got a strange problem.
I want to upload an animated GIF to my Zope, but when I want to view it,
animation stops at the last frame instead of looping indefinitely.
When not uploaded to Zope, the animation works fine, also, when I download the GIF by rightclick from a Zope site and view it again outside Zope, it works perfectly!
What's going on here??? Any ideas?
PS.: The content_type is image/gif. Do animGifs have another one? Just an idea...
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Manuel Amador (Rudd-O)