From: ERRESSE on
I'm not a great specialist so I need help in this matter.
I have seen in FLASH HELP that is possible to load a HTM page in a specific
HTML FRAME.
The situaiton is, Having a Flash Menu in a Frame (ex: leftFrame) and load
pages at another Frame (ex: mainFrame).
I've tried to use this (and some others options) but it always open in a new
window:

on (press) {
getURL("page.htm", "mainFrame");
}

Is it possible? What's wrong?