# Caching of variables

**URL:** https://forum.kirupa.com/t/caching-of-variables/8380
**Category:** Uncategorized
**Created:** [November 19, 2002, 10:08pm UTC](https://forum.kirupa.com/t/caching-of-variables/8380 "2002-11-19T22:08:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Iammontoya](https://avatars.discourse-cdn.com/v4/letter/i/bbce88/32.png) [@Iammontoya](https://forum.kirupa.com/u/Iammontoya)
#### Post date: [November 19, 2002, 10:08pm UTC](https://forum.kirupa.com/t/caching-of-variables/8380/1 "2002-11-19T22:08:14Z")

</div>

Allrighty, friends…here’s the deal.

Dynamic flash site. Data is loaded from a text file and movieclip properties change based on the value of the variables.

Problem: It would appear that the swf is being chached by the browser. If I change the text file and hit refresh, the site will not reflect the new changes. (I have an article somewhere about preventing chaching of variables, but don’t have it with me right now…)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 19, 2002, 10:11pm UTC](https://forum.kirupa.com/t/caching-of-variables/8380/2 "2002-11-19T22:11:53Z")

</div>

Check this trick, it well help u alot:

[http://www.kirupa.com/developer/actionscript/tricks/cache\_problems.asp](http://www.kirupa.com/developer/actionscript/tricks/cache_problems.asp)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 19, 2002, 11:57pm UTC](https://forum.kirupa.com/t/caching-of-variables/8380/3 "2002-11-19T23:57:22Z")

</div>

that’s the ticket. I knew I had that info somewhere. Never dawned on me that I saw that right here. Thanks, H88…
