Linking problem

Hello,

i have made a menu for my new site. I am going to put the menu into an HTML frame. I want it so when a button is clicked on my menu, the contents load into the bottom frame. Can some one tell me how i could do this.
Thanks:thumb:

Hi, try this on your flash button…

on (release) {
getURL(“filename.html”, “framename”);
}

filename.html is your URL for the page you want to load

framename is the name of the frame you want to load it into.

Hope that helps.

Cheers!

FW

Thanks man, you really helped me out!

:slight_smile: