Search Results

0
votes

How do I make sure the text of an ActionScript TextInput is updated when the Object property defining that text is updated?

Compile your MXML component with the -keep option. Examine the ActionScript code that was generated by mxmlc and do something similar. You may also do it using the Proxy object - I blogged …