Flex 3 and flash player caching

Posted by ccdugga on Stack Overflow See other posts from Stack Overflow or by ccdugga
Published on 2010-05-07T09:43:45Z Indexed on 2010/05/07 9:48 UTC
Read the original article Hit count: 219

Filed under:
|
|
|

hi,

i pass text strings from a configuration file into my Flex app, one of the strings i pass in is a mailto link which i use to allow users of my app to send me feedback. I recently needed to change this link however when i updated the link in my config file the change did not happen instantly in my Flex app. In fact i had to clear my cache (both browser and flash player) before the change showed up. This of course is fine for me but how can i be sure that users of the application also get the updated content? Is there a way to force a refresh of data loaded into my swf on other users browsers?

Finally is this an issue with my browser cache or the Flash player cache? Does the flash player only keep such data, like my email address, in memory while the app is in use and then clear once it is closed or does it cache this data for the next time the user wants to use the app?

Thanks!

© Stack Overflow or respective owner

Related posts about flash

Related posts about player