You can also double check your cache settings in
the flex-config file. Make sure <file-watcher-interval> is a low
number (like "1"). Also, I think production mode must be
off...
matt horn
flex docs
Try adding recompile=true to the end of the URL string.
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Wednesday, May 11, 2005 3:09 PM
To: [email protected]
Subject: Re: [flexcoders] Perplexing caching behavior
If no dice, delete the source attribute, recompile, add the source attribute
back, recompile.
----- Original Message -----
From: "pilby1" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, May 11, 2005 3:04 PM
Subject: [flexcoders] Perplexing caching behavior
I have a .GIF file which is embedded into my Flex application. I
noticed that whenever I modify this .GIF file and rerun my
application, the changes weren't taking effect. That tells me there
is
some kind of caching going on here.
I then tried deleting the graphic, and tried to compile the Flex app.
As expected, it generated an error that the file wasn't found. I then
saved the new file back to where it should be and recompiled Flex.
The time stamp on the graphic file was current and as expected. When I
run it in the browser, again, it's showing the OLD graphic!?
What can I do to clear the cache? It's making the simple task of
modifying a graphic take more time than necessary.
Thanks.
Yahoo! Groups Links
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 the Yahoo! Terms of Service.

