Re: [flexcoders] Turn Off Caching in Flex

2005-05-17 Thread Manish Jethani
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, 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 URL.  Do this in ActionScript.  See
this example:
http://www.shockwave-india.com/blog/actionscript/?asfile=skipCache.as


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Turn Off Caching in Flex

2005-05-17 Thread Libby
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.

I found this on the web: false for the
flex-config file, but evidently that line went away with the advent of
Flex 1.5. becuz it just gives an error when I add it.

Thanks,
Libby




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/