Can't you just put this in your page header: <meta http-equiv="cache-control" content="no-cache">
to prevent caching? -carl. On 8/6/07, eric e. dolecki <[EMAIL PROTECTED]> wrote: > "http://foo.domain.com/images/imageContainer.swf?e=" + getDate() > > all images could be in 1 swf and called out. > > > On 8/6/07, Ian Thomas <[EMAIL PROTECTED]> wrote: > > > > That's a wonderfully neat idea. :-D > > > > Ian > > > > On 8/6/07, Jack Doyle <[EMAIL PROTECTED]> wrote: > > > If you're able to store the images in SWF format instead of something > > like > > > JPG, you could set up your SWFs so that they're covered with a black > > > rectangle MovieClip by default and then you flip the _visible property > > to > > > false in your application when you load them in. That way, if people try > > to > > > look at the SWF from the browser's cache, they'll just see a big black > > > rectangle but within your app, the photo is visible. > > > > > > Just a thought. > > > > > > Jack > > _______________________________________________ > > [email protected] > > To change your subscription options or search the archive: > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > Brought to you by Fig Leaf Software > > Premier Authorized Adobe Consulting and Training > > http://www.figleaf.com > > http://training.figleaf.com > > > _______________________________________________ > [email protected] > To change your subscription options or search the archive: > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > Brought to you by Fig Leaf Software > Premier Authorized Adobe Consulting and Training > http://www.figleaf.com > http://training.figleaf.com > -- Carl Welch [EMAIL PROTECTED] 805.403.4819 _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

