PDA

View Full Version : Linking a flash menu



Alien1980
November 13th, 2002, 04:54 AM
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");
}

lostinbeta
November 13th, 2002, 02:14 PM
The code looks right, and it seems to look fine on my end.

Bezzer
November 16th, 2002, 08:35 AM
do you have to have an underscore or something before "rects" ? :S

lostinbeta
November 16th, 2002, 12:47 PM
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 _.