Re: [Flashcoders] Windows IE Cache Problem

2006-03-15 Thread Janis Radins
guess the very default routine to deal with cache should do smthn.loadImage(webCamImg.jpg?dummy=+new Date()*1) 2006/3/15, Bo Parker [EMAIL PROTECTED]: I have a client that has webcams that are sending images via ftp to a folder every 15 seconds to a static link and overwriting the previous

RE: [Flashcoders] Windows IE Cache Problem

2006-03-15 Thread André Goliath
Hi Bo, try loading from a fake dynamic reference, such as www.yourdomain.com/image.jpg?fake=+Math.round(Math.random()*10) that should work I guess -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bo Parker Sent: Wednesday, March 15, 2006 2:52 PM To:

Re: [Flashcoders] Windows IE Cache Problem

2006-03-15 Thread Danny Kodicek
I have a client that has webcams that are sending images via ftp to a folder every 15 seconds to a static link and overwriting the previous image of the same name. I am bringing those images into a flash interface and am refreshing those images every 15 seconds with a setInterval loop.

Re: [Flashcoders] Windows IE Cache Problem

2006-03-15 Thread Bo Parker
thanks for all your suggestions. Worked great. -- Bo Parker, AIGA RMC 215 S Jennings Avenue Fort Worth, Texas 76104 817.332.4700 phone 817.332.4710 facsimile www.rmcfw.com On Mar 15, 2006, at 8:05 AM, Danny Kodicek wrote: I have a client that has webcams that are sending images via ftp