Hello Alex, you could append a random querystring to your swf file, like test.swf?random=8e42w89r4 and this way the browser will reload the swf and not use the cached version. In your special case, if caching is tolerated, you could append two different string, either if your swf is loaded from its site or its parent site.
hth, Matthias On Jan 21, 2008 5:29 PM, Alexander Bienz <[EMAIL PROTECTED]> wrote: > Hi there. > > I'm working on a flash website at the moment that is having some strange > behaviour and I think it's to do with a cache issue. > > The site in question can be accessed in two ways, either directly or via a > parent site. If the user enters from the parent site, then some extra > information is sent through the querystring, and this is used in the flash > movie. > > However it appears that this doesn't work all the time, and it seems to be > related to the users cache, if they clear their cache and enter through the > parent site, then things will work fine, but on repeated attempts without > clearing the cache it will sometimes miss out on the part that uses the > querystring data. > > I'm wondering if this is a common issue with Flash and cache, and if there > are some server settings that can be set to help with this. > > Any help would be really appreciated. > > Cheers, > > Alex. > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
