Framesets

Hello all,

I’m trying to load a html page into a named frame from a flash file, I have looked at the tutorial on this site but it doesnt work!

this is my frameset page:

<frameset rows=“25%,75%” framespacing=“0” frameborder=“yes” border=“2” bordercolor="#FFFFFF">
<frame name=“nav” src=“mainNav.html” scrolling=“no”/>
<frame name=“cont” src=“about.html” scrolling=“no”/>
</frameset>

and this is my flash actionscript:

on (release) {

getURL("core.html", "cont");

}

I want the top part to load a page into the bottom part, simple?

at the moment it loads the page into a new tab and misses the frame completely.

hhhhheeeeelllpppppp please! its driving me nuts :sen:

ps as a test i put a html link on the mainNav.html page and that worked fine

anyone? I know this probably really basic but I desperately need to know why this doesnt work.

pretty please, deadlines approaching fast and this is the last piece of the puzzle