I have 2 questions.
I have a site that i am building with Frames. Navigation is in Flash. I have figured out how to link my button to populate 2 frames. They are stacked one below the other. Can i populate as many frames as i wanted to? Like 3?
Or is this a sort of route something that i shouldn't be taking?
Question 2, I got my 2 frames to work but when i added photos to it, only one frame populated? the other one didn't work? Any ideas?
This is the code that i have been using.
on (release) {
getURL("pages/letter.htm", "middle"
;
getURL("pages/letter2.htm", "bottom"
;
}
I have a site that i am building with Frames. Navigation is in Flash. I have figured out how to link my button to populate 2 frames. They are stacked one below the other. Can i populate as many frames as i wanted to? Like 3?
Or is this a sort of route something that i shouldn't be taking?
Question 2, I got my 2 frames to work but when i added photos to it, only one frame populated? the other one didn't work? Any ideas?
This is the code that i have been using.
on (release) {
getURL("pages/letter.htm", "middle"
getURL("pages/letter2.htm", "bottom"
}