Targetting to HTML frames using flash nav.?

Hi

I dont know if this is possible but i’ve created a web page with two frames (top and bottom). i’ve created a navigation menu in flash for the top frame and want to use it to load specific html pages within the bottom frame.

this might be a basic question (sorry if it is) but anyone who can help, it would be great

thanks

Ben.

In HTML give your frame a name.

Then call to in from flash like this…

on (release) {
getURL("yourfile.html","framename");
}

hi

thanx for getting back to me, i shall try asap.

Ben.

yep…don’t forget to name ur frames oki?