Hello.
I am creating a website where the navigation goes in Frame one at the top and then the buttons would populate the other frames. The only part that would be in Flash is the navbar. So far i have gotten the button to populate the middle frame, but i would like it to populate the bottom frame at the same time.
Is this possible?
My code right now for populating the middle frame is as follows:
on (release) {
getURL("pages/letter.htm", "middle"
;
}
I tried adding another one after that for the bottom but it didn't work.
Thanks
s-
I am creating a website where the navigation goes in Frame one at the top and then the buttons would populate the other frames. The only part that would be in Flash is the navbar. So far i have gotten the button to populate the middle frame, but i would like it to populate the bottom frame at the same time.
Is this possible?
My code right now for populating the middle frame is as follows:
on (release) {
getURL("pages/letter.htm", "middle"
}
I tried adding another one after that for the bottom but it didn't work.
Thanks
s-