Flash and HTML Frames

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]Is there anybody who knows the reason for this?[/COLOR]