Thanks for the reply. If I make the framed site, where the Flash
Header is frame named "Header" and the content section is named
"Body", what should the buttons in Flash MX direct to using the getURL
action?
Also, I was trying to make the header is one frame and the content is
the other, but it is difficult to make them line up across the center.
Also, can I use inline frames (IFrame) to accomplish this), because
then I could just have the IFrame header inside its current table. If
so, how?
Right now, each button is like:
on (release) {
getURL("contactus.html");
}
Sincerely,
Sammy