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: Jacek Brzeski
Subject: Re: [Swftools-common] text field - actionscript control question
Date: Tue, 13 Sep 2005 16:38:50 +0200
User-agent: Debian Thunderbird 1.0.2 (X11/20050331)

Matthias Kramm wrote:

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

Yes, "variable" keyword was the thing i was missing. I couldn't find any example of that use... but now i got it. thanks!

numer9




reply via email to

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