[flexcoders] clear the cache

2008-12-02 Thread Adolfo Ruiz
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.   ¡Todo sobre Amor y Sexo! La guía completa para

Re: [flexcoders] clear the cache

2008-12-02 Thread Guy Morton
Depends on the browser you're using. Clearing the cache is all you should have to do, but depending on whether you are sitting behind a web proxy even that might sometimes not be enough. In my experience, web proxies are a frequent source of developer frustration (especially MS proxies).

RE: [flexcoders] clear the cache

2008-12-02 Thread Tracy Spratt
Subject: Re: [flexcoders] clear the cache Depends on the browser you're using. Clearing the cache is all you should have to do, but depending on whether you are sitting behind a web proxy even that might sometimes not be enough. In my experience, web proxies are a frequent source of developer

[flexcoders] clear the cache

2007-10-30 Thread Aditya Kumar
Hi, I want to clear the cache so that after I logoff from the Flex Application and then login back again without closing the browser, I want the application to call the creationComplete event which currently doesn't happen. Essentially i am populating the forms during creationComplete and hence