i have made a preloader, that then loads the interface, which loads the main
page where the preloader was and covers it up, the book i have been reading
"flash advanced" by Russell Chun instructs you to place a button and add the
action

on (release) {
displayMyPage = HTMLpage
}

but the problem is all my buttons are on another swf file, which when compiles
with these commands onto the button that removes the movie and replaces it with
another, it causes errors, I beleive i have to set up a button instance on the
flash file i am trying to display my text in, is there a way to place one off
the stage and to have it load the file as html? any other alternatives? the
button would have to be in up state as well, can anyone assist?