On Fri, Feb 29, 2008 at 07:00:02PM +0100, Samuel Plentz <[EMAIL PROTECTED]> wrote: > I cant manage to open a link in a frameset, from within a flash file. > (generated with swfc)
You can get this to work by calling javascript from the SWF:
.on_release inside:
getURL("javascript:parent.frames['right'].location.href='new.htm'","right");
.end
This might open an ugly "security alert" window first, though.
Greetings
Matthias
