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...
I also tried to name the animGif explicitely animGif.gif instead of animGif - guessed what? - same problem!
Any more ideas, please?
have you tried doing a diff on the zope and non-zope versions to see if zzope's somehow mangled it? seb
Seb Bacon schrieb:
I also tried to name the animGif explicitely animGif.gif instead of animGif - guessed what? - same problem!
Any more ideas, please?
have you tried doing a diff on the zope and non-zope versions to see if zzope's somehow mangled it?
seb
Yes, I did. They were absolutely identical! I 'diffed' the original and the up- and redownloaded version. Perhaps I should 'diff' the original with the version which is inside Zope - but how to do this?!? It's an object, isn't it?
right-clicking the image in question and "save image as..." should give you the precise data that zope's storing internally - that's what you did, right? it seems very unlikely to me that zope does mangle images though. and doubly unlikely that it unmangles them again just for your diff. is it a browser-related issue? have you tried it in IE & netscape? if you want to send me the gif i'll try it out, when i get some time (tomorrow probably) seb
-----Original Message----- From: Lars Heber [mailto:lheber@debis.com] Sent: 09 October 2000 15:29 To: Seb Bacon Cc: zope@zope.org Subject: Re: [Zope] Animated GIFs
Seb Bacon schrieb:
I also tried to name the animGif explicitely animGif.gif instead of animGif - guessed what? - same problem!
Any more ideas, please?
have you tried doing a diff on the zope and non-zope versions to see if zzope's somehow mangled it?
seb
Yes, I did. They were absolutely identical!
I 'diffed' the original and the up- and redownloaded version.
Perhaps I should 'diff' the original with the version which is inside Zope - but how to do this?!? It's an object, isn't it?
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)
participants (3)
-
Lars Heber -
Manuel Amador (Rudd-O) -
Seb Bacon