Flash 5 with HTML frames

I was thinking of adding frame on top of my home poage to give users better navigation with a meun on top.But how do you make when you press the button in flash the hyperlink will make the frame at the bottom or specific frame page to change?

check out my website
www.phystech.com/~george/ATK.htm

If you want a button to make the user go to a specific page, the command is :

 
on (press) {
&nbsp &nbsp &nbsp &nbsp getURL ("wherever", "_self") ;
}

If you want to tell from a .swf to a different .swf, well, that’s gonna be difficulter. Much difficulter ! I wonder why American don’t use that for. It would be so much more easy…

pom 0]

the getUrl action will take a frame name in the location feild. Just use what ever name is in your frameset.