Rick (4)F.
08-30-2007, 12:58 PM
Hi people,
There is already an topic (http://www.dynamicdrive.com/forums/archive/index.php/t-14379.html) 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
There is already an topic (http://www.dynamicdrive.com/forums/archive/index.php/t-14379.html) 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