Use tag as an alternative to the curly braces syntax
<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:TextInput id="myTI" /> <mx:Text id="myText" /> <mx:Binding source="myTI.text" destination="myText.text" /> </mx:Application>