LoadMovie Problems.... :-(

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

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
and
http://www.vintagelux.com/store.fla

the 2 files are there…
-ROB