flash and frames
flash and frames
- Started
- Last post
- 3 Responses
- legspin
If you had a page made with frames is it possible to have a flash menu that can load a number of pages into the frames?
- mennik0
Yup, you can have several getURL actions on one button.
Specify pages and frames for best result.on (release) {
getURL ("yourPage1.htm", "yourFrame1");
getURL ("yourPage2.htm", "yourFrame1");
}gl
- mennik0
"yourFrame2" taht should be. I'm so full of errors toady :/
- legspin0
cheers mennik. sorted.