# Help with Flash Site URGENT!

**URL:** https://forum.kirupa.com/t/help-with-flash-site-urgent/99303
**Category:** Uncategorized
**Created:** [January 16, 2004, 11:52pm UTC](https://forum.kirupa.com/t/help-with-flash-site-urgent/99303 "2004-01-16T23:52:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![marc123](https://avatars.discourse-cdn.com/v4/letter/m/65b543/32.png) [@marc123](https://forum.kirupa.com/u/marc123)
#### Post date: [January 16, 2004, 11:52pm UTC](https://forum.kirupa.com/t/help-with-flash-site-urgent/99303/1 "2004-01-16T23:52:35Z")

</div>

I have three swfs. 1. ‘main’ 2. ‘anim’ 3. ‘1st’

1. main.swf the first one. with jus a background image. & a movie clip with the instance name ‘contents’. with this script…

stop();  
\_root.contents.loadMovie(“anim.swf”);

anim.swf. loads on that ‘main’.

1. “anim.swf”

now on in anim. there is a button, i want the button to take the user to, or load ‘1st.swf’ i used this…

on (release) {  
\_parent.contents.loadMovie(“1st.swf”);  
}

3.1st.swf

BUT the button is not taking me to 1st.swf

did i explain that right?
