Hi people,

There is already an topic on this: .SWF file in an iFrame and a button in the SWF linking to a second iFrame.

I don't have trouble getting it working, on the web that is.
But if I use it on my Mac, no matter what browser, the button link opens the new page not in the iFrame but in a new window?

Anyone any idea what could be wrong?

SWF code: on (release)
{
getURL("vtt.html", "mnwbot");
}

iFrame code: <iframe src="mnwbot.html" name="mnwbot" width="848" height="480" align="right" frameborder="0" id="mnwbot"></iframe>

Thank you,

--
Rick