Target html frames HELP

Kirupa’s tutorial on how to use Flash to target a certain frame in HTML doesn’t work any more. The page opens up in a new window instead of in the targetted frame. This is the code that is used:
[COLOR=red]on (release) {
getURL(“second.htm”, “kirupa”);
}[/COLOR]
[COLOR=black]Does anybody know the solution to this?[/COLOR]