flash and frames
flash and frames
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- 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