Linking a flash menu

Hi,

I have got a site with frames. On the left frame I imported a flash menu and now I want to link the items in that flash menu to the right frame so when clicked the information appears in the right frame.
How do I do that???

check http://www.geocities.com/alien19802002/ to see what I mean

and this is what 1 have under the buttons for example:

on (release) {
getURL (“http://www.meerevents.nl”,“rechts”);
}

The code looks right, and it seems to look fine on my end.

do you have to have an underscore or something before “rects” ? :S

No you do not need an _. If you are targeting a frame name, the name can not have an _.

If you are targeting standard window targets such as _blank for new window or _self for same window or _top for breaking out of frames, then you need the _.