# Loadmovie help

**URL:** https://forum.kirupa.com/t/loadmovie-help/233502
**Category:** Uncategorized
**Created:** [July 24, 2007, 3:38pm UTC](https://forum.kirupa.com/t/loadmovie-help/233502 "2007-07-24T15:38:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![desiben](https://avatars.discourse-cdn.com/v4/letter/d/ecb155/32.png) [@desiben](https://forum.kirupa.com/u/desiben)
#### Post date: [July 24, 2007, 3:38pm UTC](https://forum.kirupa.com/t/loadmovie-help/233502/1 "2007-07-24T15:38:53Z")

</div>

I need a simple help

My main flash file is in the root and is called index.swf

and in the index.swf I have a button which has the following action in it.

[COLOR=DarkRed]on (release) {  
loadMovie(“somefolder/category1/1.swf”, 1);  
}

[/COLOR]I also tried  
[COLOR=DarkRed]on (release) {  
loadMovie(“[http://www.URL.com/s[/COLOR][COLOR=DarkRed]omefolder/category1/1.swf[/COLOR][COLOR=DarkRed]](http://www.URL.com/s%5B/COLOR%5D%5BCOLOR=DarkRed%5Domefolder/category1/1.swf%5B/COLOR%5D%5BCOLOR=DarkRed%5D)”, 1);  
}[/COLOR]  
And its not working!

but if i put like this it works!

[COLOR=DarkRed]on (release) {  
loadMovie(“1.swf”, 1);  
}[/COLOR]

How do i put the swfs in folder and loadmovie it?

Can someone help!

I know its stupid question but my mind aint working now for some reason :cyclops:

Thanks please help!

Ben
