# Cacheproblems...all over again

**URL:** https://forum.kirupa.com/t/cacheproblems-all-over-again/92547
**Category:** Uncategorized
**Created:** [October 18, 2003, 4:45pm UTC](https://forum.kirupa.com/t/cacheproblems-all-over-again/92547 "2003-10-18T16:45:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![anarcoma](https://avatars.discourse-cdn.com/v4/letter/a/cdc98d/32.png) [@anarcoma](https://forum.kirupa.com/u/anarcoma)
#### Post date: [October 18, 2003, 4:45pm UTC](https://forum.kirupa.com/t/cacheproblems-all-over-again/92547/1 "2003-10-18T16:45:33Z")

</div>

when i use this piece of code

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

absolutely nothing happens…the swf that im trying to load never shows.

although if i write

loadMovie(“guest.swf”,1)

my swf loads in perfectly.

the problem is that its cached and i would like it to be “fresh” but that wont work using the method specified above.

anyone? help?

thanks…again.

/jocke
