hey all, i have been having an annoying problem... Can anyone help??

I have been making a html website for a friend, but i decided to use a flash navbar for animation reasons. However the site needs to run on iframes...

So how the heck to a target an iframe using AS2 d-_-b

i've taken a look on the web and i couldn't find anything of use... the code i have at the moment is:

Code:
on (release) {
	getURL("page2.html","frame1");
}
and in my html i have defined the iframe with the name frame1 like this:

Code:
 <iframe name="frame1" src ="page1.html" width="100%" height="420" scrolling="auto" frameborder="0"></iframe>
i have also defined the getURL path as just iframe which also doesn't work... anyone know how i can resolve this??

Thanks