Re: [flexcoders] clearing the flex cache?

2009-07-15 Thread Steve Mathews
If you are talking about the flex framework swz files then just go to http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html and uncheck Store common Flash components to reduce download times. On Tue, Jul 14, 2009 at 9:32 PM, jedierikb wrote: > I would like t

Re: [flexcoders] clearing the flex cache?

2009-07-15 Thread Tom Chiverton
On Wednesday 15 Jul 2009, jedierikb wrote: > I would like to clear my cache of all the flex libraries used by my > browsers. I would like to do this to see the speed of my flex apps loading > the flex rsls for the first time. I've got these directories. Your O/S probably has something similar, ju

[flexcoders] clearing the flex cache?

2009-07-14 Thread jedierikb
I would like to clear my cache of all the flex libraries used by my browsers. I would like to do this to see the speed of my flex apps loading the flex rsls for the first time. Are there instructions for how to do clear my flex cache? I tried deleting the files listed at the paths listed here

Re: [flexcoders] clearing the Flex Cache

2005-06-10 Thread Manish Jethani
On 6/10/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > What about writing a server-side script, that returns image to Flex app. > > > > getImage.php sets the HTTP headers like: > > Php code: > [snip] I believe this should be possible without writing a script. You should be able to configure yo

RE: [flexcoders] clearing the Flex Cache

2005-06-10 Thread Abdul Qabiz
: Thursday, June 09, 2005 11:31 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] clearing the Flex Cache On 6/9/05, dave buhler <[EMAIL PROTECTED]> wrote: > If you load images and such from Flex, then the web browser caches > those. Unfortunately it can be hard to r

Re: [flexcoders] clearing the Flex Cache

2005-06-09 Thread Manish Jethani
On 6/9/05, dave buhler <[EMAIL PROTECTED]> wrote: > If you load images and such from Flex, then the web browser caches > those. Unfortunately it can be hard to refresh these sometimes (based > on what I've heard here). One trick I know is to append a random > string to the end of the image UR

Re: [flexcoders] clearing the Flex Cache

2005-06-08 Thread dave buhler
On 5/17/05, Libby <[EMAIL PROTECTED]> wrote:> Is there a way to turn off caching in Flex? I have stuff coming up in> my browser whose objects I deleted two iterations ago : ) Makes it> hard to do development. The problem occurs in FB as well as Eclipse.If you load images and such from Flex, th

RE: [flexcoders] clearing the Flex Cache

2005-06-08 Thread Roger Gonzalez
] > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of gotjosh819i > Sent: Wednesday, June 08, 2005 11:37 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] clearing the Flex Cache > > Anyone know how to clear the cache in

[flexcoders] clearing the Flex Cache

2005-06-08 Thread gotjosh819i
Anyone know how to clear the cache in flex. Seems when i change a image and refresh the page... the image is still the old one. I can rename the image file and change the image path in flex, and that refreshes the correct image, however I dont want to do this over and over again... sooner or l