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
_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common