Flash in html to html in html?

I am using frames in my site.

In the main frame, i am having a flash intro, which on completion, i want to unload, and then load the html content [which is a seperate html doc anyway]

At the end of the movie it will say “load site” which when they click, will load the html [i will use _self as the target]

Firstly this is possible right?

But i know NO action script, so i hope someone can help me with the code i should paste into the box

:alien:

Thanks all.

well first of all you have to name your frames if your using dreamweaver if i remember correctly its alt click to select the frame and you can enter the name for the frame you choose.

The code for the button in flash would be something like this if your using a mc as a button

_root.btn.onPress = function() {
getURL(“http://ww.bmv-interactive.com”,"_frame name goes here");

}

thanks friend!

Would this automatically unload the movie? I have seen many sites do it, where the movie “fades” out.

Does this fade it out?