# Problems loading swf file HELP :(

**URL:** https://forum.kirupa.com/t/problems-loading-swf-file-help/284713
**Category:** flash
**Created:** [March 22, 2009, 8:54pm UTC](https://forum.kirupa.com/t/problems-loading-swf-file-help/284713 "2009-03-22T20:54:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![cwismer](https://avatars.discourse-cdn.com/v4/letter/c/b38774/32.png) [@cwismer](https://forum.kirupa.com/u/cwismer)
#### Post date: [March 22, 2009, 8:54pm UTC](https://forum.kirupa.com/t/problems-loading-swf-file-help/284713/1 "2009-03-22T20:54:37Z")

</div>

Hi guys,

I’m building a website that has multiple pages. each page is a separate swf file. The website is working correctly, however when you click the button to navigate to a new page, for a split second, it switches back to the homepage before going to where it should go. I’ve heard this might be because of loading and unloading but I can’t figure it out. Here is the actionscript I’m using to link to each page:

on (release) {  
gotoAndStop(1);  
loadMovieNum(“contact.swf”, 1);  
}

please help!
