Searched to no avail (frames prob.)

I have been searching the Internet and forums for an answer for this but I keep getting the same answer and I still can’t get it to work.

I have a site with a flash nav bar and I would like to use frames. I have the coding for the button set as:

case 1 :
        trace("Actions button 1");
        getURL("home.html", "mainFrame");
        break;

and i have my content frame labeled:

<frame src="home.html" name="mainFrame" id="mainFrame" title="mainFrame" />

and I can NOT get it to load in the frame. It keeps loading the home page in a new page. I have been at this for 2 days is there something I’m missing?

Your help is appreciated in advanced :slight_smile: