Thanks :)

--- In flexcoders@yahoogroups.com, "Tracy Spratt" <tspr...@...> wrote:
>
> Look at the generated wrapper code.  Track the "AC_FL_RunContent"
> function into the AC_OETags.js file,  You will see where the url to 
the
> swf is being built.  Append a string to that, maybe using
> Date.getTime().
> 
>  
> 
> Be sure to save your changes to the html/js files so they are not 
lost
> if you change project settings.
> 
>  
> 
> Tracy Spratt 
> Lariat Services 
> 
> Flex development bandwidth available 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com 
[mailto:flexcod...@yahoogroups.com] On
> Behalf Of Cato Paus
> Sent: Tuesday, January 13, 2009 4:07 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: swf caching
> 
>  
> 
> Hi Tracy, How can I do that ?
> --- In flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com>
> , "Tracy Spratt" <tspratt@> wrote:
> >
> > You could modify the html wrapper to append a unique string to 
the 
> swf
> > url.
> > 
> > 
> > 
> > Tracy
> > 
> > 
> > 
> > ________________________________
> > 
> > From: flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com>
> 
> [mailto:flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com>
> ] On
> > Behalf Of Arulmurugan T
> > Sent: Wednesday, October 22, 2008 2:10 AM
> > To: flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com> 
> > Subject: Re: [flexcoders] swf caching
> > 
> > 
> > 
> > It is a web application. I cannot force my client to clear the 
> cache.
> > 
> > 
> > 
> > 
> > 
> > Regards,
> > You can catch up with me using the links below
> > 
> > 
> > 
> > http://flex-arulmurugant.blogspot.com/
> <http://flex-arulmurugant.blogspot.com/> 
> > <http://flex-arulmurugant.blogspot.com/
> <http://flex-arulmurugant.blogspot.com/> > 
> > 
> > ----- Original Message ----- 
> > 
> > From: Guy Morton <mailto:guy@> 
> > 
> > To: flexcoders@yahoogroups.com <mailto:flexcoders%
40yahoogroups.com> 
> > <mailto:flexcoders@yahoogroups.com
> <mailto:flexcoders%40yahoogroups.com> > 
> > 
> > Sent: Wednesday, October 22, 2008 9:06 AM
> > 
> > Subject: Re: [flexcoders] swf caching
> > 
> > 
> > 
> > Look at your browser's caching settings and make sure it's not
> > set to cache everything forever. 
> > 
> > 
> > 
> > IE is particularly annoying in this regard as it often 
> defaults
> > to using a cached item without even checking with the server to 
see 
> if
> > it has changed since it was cached.
> > 
> > 
> > 
> > That said, you should get used to clearing your cache, as all
> > browsers will sometimes cache things in a way you don't want it 
to.
> > That's a fact of life in web development.
> > 
> > 
> > 
> > Guy
> > 
> > 
> > 
> > 
> > 
> > On 22/10/2008, at 1:41 PM, arulmurugan wrote:
> > 
> > 
> > 
> > 
> > 
> > Hi,
> > 
> > When ever I compile a proj/application the SWF I saw didn't
> > reflect
> > any of the changes I'd made.
> > 
> > I need to clear the cache, history, cookies in the browser.
> > 
> > How to over come this.
> > 
> > Regards
> > Arulmurugan
> >
>


Reply via email to