let us see one row 
textInput.addEventListener(’change’, do_change);

another row
<mx:TextInput change="do_change"/>

what is the defference?
using addEventListener, i can using weak references, how can i use
weak references in mxml?

Thanks


Reply via email to