I am developing a site with 2 frames. Top frame for the
banner and buttons and a main frame for the content. My flash
buttons in the top frame does not want to work, but as soon as I
take the frame out of the equition, it works fine. Please help me
in this. I need this to work. Hopefully its a scripting issue. My
action script on the buttom symbol is as follows:
on(release) {
getURL("home.htm","mainFrame","post");
}