Flash Navigation

I’m fairly new to flash, I’ve only worked with it for 6 months, and maybe an hour a day. I can do tweening and stuff with scenes and all that. But I’m wondering, how would I go about making a navigation in flash, where the hyperlinks will open the coorisponding page in the target frame (IFRAME).

Also, for intros, I would like to know how to link a button at the end of an intro so it can open the next page, actin as the “enter” button. And have everything open in the same page, not a pop up or a different one.

~Thanks
Dan.

For your “enter” button:[AS]on (press) {
getURL(“http://www.siteName.com/home.htm","_self”);
}[/AS]

Also, take a look at this: Frames