# Refreshing flash

**URL:** https://forum.kirupa.com/t/refreshing-flash/96888
**Category:** Uncategorized
**Created:** [December 15, 2003, 2:31am UTC](https://forum.kirupa.com/t/refreshing-flash/96888 "2003-12-15T02:31:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![something369](https://avatars.discourse-cdn.com/v4/letter/s/7ea924/32.png) [@something369](https://forum.kirupa.com/u/something369)
#### Post date: [December 15, 2003, 2:31am UTC](https://forum.kirupa.com/t/refreshing-flash/96888/1 "2003-12-15T02:31:04Z")

</div>

Kirupa’s got this code that’s supposed to fix flash so that it can keep up with new revisions (ie. when I change something I can go and see it has been changed, instead of seeing something that has been cached)…

myIdentifier=Math.round(Math.random()\*10000);  
loadMovie(“myAnim.swf?uniq=”+myIdentifier,1);

Can someone please explain how I can use it. Thanx.
