I have successfully set up the top and main frame, using the SWF files. The link is :
http://www.deanhharris.com
However, the links "Portfolio", "About" and "Getintouch", I am getting a problem with "About"
The code for Navigation buttons is :
on (release) {
getURL("bottom1.html", "mainFrame");
}
Portfolio = bottom1.html
About = bottom2.html
Getintouch= bottom3.html
Portfolio and Getintouch displays their pages however About displays not its page but Portfolio's! How can I solve it? (I checked on "About" button and it is "button2.html", how weird!?)