# Solve Cache Problem Question

**URL:** https://forum.kirupa.com/t/solve-cache-problem-question/69355
**Category:** flash
**Created:** [November 3, 2004, 4:18pm UTC](https://forum.kirupa.com/t/solve-cache-problem-question/69355 "2004-11-03T16:18:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vafer](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/vafer/32/795_2.png) [@vafer](https://forum.kirupa.com/u/vafer)
#### Post date: [November 3, 2004, 4:18pm UTC](https://forum.kirupa.com/t/solve-cache-problem-question/69355/1 "2004-11-03T16:18:57Z")

</div>

I have tried to implement the [Solve Cache Problems when you Load a Movie](http://www.kirupa.com/developer/actionscript/tricks/cache.htm) tutorial.

Ironically I am having a problem with FLASH not being able to find the URL when I write the following code:

```auto
this.contentHolder_mc.loadMovie("assets/home/intro.swf?uniq="+myIdentifier,1);

```

Any help would be greatly appriciated as to why FLASH tells me that my “intro.swf” does not exsit when intro.swf?unique=2999.
