# LoadMovie Problems.... :-(

**URL:** https://forum.kirupa.com/t/loadmovie-problems/91517
**Category:** Uncategorized
**Created:** [October 5, 2003, 5:22am UTC](https://forum.kirupa.com/t/loadmovie-problems/91517 "2003-10-05T05:22:11Z")
**Posts on this page:** 1
**Page:** 1

<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: [October 5, 2003, 5:22am UTC](https://forum.kirupa.com/t/loadmovie-problems/91517/1 "2003-10-05T05:22:11Z")

</div>

I am trying to cload a simple movie: “arizona.swf” into store.swf… It’s not working… When the user clicks on the arizona pop up shirt I want it to load arizona.swf into the movie “items”

I did

```php
on (release) {
	loadMovie("arizona.swf","items");
}

```

but its not working. Ive done this 100 times. Still no luck

go to:

[http://www.vintagelux.com/arizona.fla](http://www.vintagelux.com/arizona.fla)  
and  
[http://www.vintagelux.com/store.fla](http://www.vintagelux.com/store.fla)

the 2 files are there…  
-ROB
