Hey guys,

Hope someone can help a relative newbie...

I have created some nice menus. I have a htm page split into a few frames. The menu is located in one and I am wanting to open another htm page in another frame by clicking on one of the menu buttons.

The menu is made with buttons. Each of the buttons has mouse over stuff attached to it (changes colour and makes noise when you go over it). When I add the Actionscript for the :

on (release) {
getURL("Biog Photo.htm", "top4");}

I save and export the movie and it does nothing when I click on the button. The name of the file and the Frame name are both correct.

Can anyone help as to why when I click on the mouse nothing happens in the frame where it should be loading the web page.

Cheers guys

Jason