How do I use Flex's Binding in a Flash AS3 project
- by Glycerine
I have a flash app using the flex framework - I would like to bind a display object textField with data from my dataModel.
How do I do this without the flex binding brackets "{ }"
Thanks in advance everyone.