swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] swfc - how to open a link in a frameset


From: Matthias Kramm
Subject: Re: [Swftools-common] swfc - how to open a link in a frameset
Date: Sat, 15 Mar 2008 10:47:35 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Fri, Feb 29, 2008 at 07:00:02PM +0100, Samuel Plentz <address@hidden> 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]