# Help with site please

**URL:** https://forum.kirupa.com/t/help-with-site-please/141576
**Category:** Uncategorized
**Created:** [March 21, 2005, 4:46pm UTC](https://forum.kirupa.com/t/help-with-site-please/141576 "2005-03-21T16:46:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![BoonDock](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/boondock/32/1188_2.png) [@BoonDock](https://forum.kirupa.com/u/BoonDock)
#### Post date: [March 21, 2005, 4:46pm UTC](https://forum.kirupa.com/t/help-with-site-please/141576/1 "2005-03-21T16:46:18Z")

</div>

Ok I am doing a friend a favor and doing a quick website for her co-op. Yet, none of my links work to go to the next page…here is the website link that Im using to test the page out…

[AnnTweedale.html](http://www.phoenixwave.com/Ann/anntweedale.html)

here is the actionscript for all the buttons…an example

```auto
on (release) {
	_root.content.loadMovie("members.swf");
	unloadMovie("home.swf");
	}

```

Thanks for any help.
