swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Simple Links? and a button problem with swfc


From: Matthias Kramm
Subject: Re: [Swftools-common] Simple Links? and a button problem with swfc
Date: Fri, 6 Aug 2004 12:27:28 +0200
User-agent: Mutt/1.5.6i

On Fri, Aug 06, 2004 at 01:02:48AM -0700, John Simmons wrote:
> I was trying
> 
> on_press:
> getURL("http://host.com/newpage.html";);
> stop();
> .end
> 
> But that doesn't work - I have to admit my grasp of actionscript is a 
> bit vague, though.

Try this:

    .on_press:
        getURL("http://host.com/newpage.html";, GET);
    .end

Greetings

Matthias






reply via email to

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