On Tue, Jan 13, 2009 at 6:16 PM, PJ <af.gourmet@xxxxxxxxxxxx> wrote: > Here's a weird one: the exact same animated gif plays fine on my local > server when addressed directly to the file - but it does not play on the > virtual site on the local server. > > In other words, http://my_server/ptahhotep/images/email1.gif plays fine > - on & on & on > http://egypt/images/email1.gif does not - the image appears partially > and never moves Note clear what these are doing: accessing your web server or the local filesystem directly? > The image does not play from the website where it is shown in a frame > from an html file... > > I don't understand... What am I missing here? > There are no blocks that could target the file that I know of... and I > am now getting mixed up... > Is there, or should there be some kind of difference if it is part of an > html file or php? That shouldn't change anything: I'm assuming you're using an <img> tag? If that's the case, then your browser is fetching the url in the img tag's src attribute separately for the rest of the page, the effect (as far as the browser is concerned) is the same as going directly to the img's URL. I don't know if maybe the mime-type effects this. As far as I can tell, animated gif and plain gif both use image/gif as the mime type, but you might double check to see if there's an alternate. For that matter, you should also double check that your server is serving up the gif with the image/gif mime type at all. If not, then that's probably causing problems. Lastly, try it with a different browser; that could be illuminating. -Brian -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70848 Available from: http://pgp.mit.edu/ --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx