Using Frames

Hi,
i’ve created a menu using flash, and i want the pages to load up in a different frame.

I’m having problems making the pages load up in the frame that i have named “main”

can anyone help me here?

getURL(“page”, “frameName”);

that should work…

Or try…


on (release) {
	gotoAndStop(23);
}

Where (23) is the frame number.

ohhhhh… sorry. Frames in Flash. not HTML with Flash. i was confuzzled…

yeah,


on(press){
gotoAndPlay("main");
}

thanks… i’ll try that in a sec
ive tryed
getURL(“page”, “frameName”);
and it didnt work… does the frame name have to be just “main” or “main.html”

oh btw this is flash with html if ive confused anyone :sure:

getURL(“page.htm”,“framename”);

}
not.htm at end of framename