I created a webpage which has a main page and several subpages. This main page has navigation buttons to it where it should be able to link to other pages/swf’s. It did not work. This main page has navigation button on left and on the right top and bottom has some pictures fading in/out and played throughout. So I simply left the centre empty so that I can load the other swf’s to it. I placed a movie clip with the instance name of space at the centre of the page.
on(release){
_root.space.loadMovie(“profile.swf”);
}