Linking movies

hey everyone. i made a movie to head my new website and now i need to make it to where you can click on the movie and it takes you to a different site. im not new at flash but it’s been awhile since i’ve used it so im a bit rusty. any help that you can give will be appreciated. thank you.

You want to link to another flash movie or html page?

html page

Apply the following code on a button:[AS]on (release) {
getURL(“url”,_blank);

}[/AS]url is the path to the html file

thanks

No problem.