swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] text field - actionscript control question


From: Matthias Kramm
Subject: Re: [Swftools-common] text field - actionscript control question
Date: Tue, 13 Sep 2005 10:14:12 +0200
User-agent: Mutt/1.5.6i

On Mon, Sep 12, 2005 at 11:25:22PM +0200, Jacek Brzeski wrote:
> Hey,
> i don't know how to control edit_text field via Actionscript. I tried
> 
> ...
> 
> but it doesn't work... 

Try

    .edittext debugtext font=courier text="INI" variable="_root.textfieldvar"

and then

    .action:
        _root.textfieldvar = "test";
    .end

Greetings

Matthias






reply via email to

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