Have a look here -- http://blogu.lu/mrm/2009/01/data-binding-and-actionscript-3/
--- In [email protected], "markflex2007" <markflex2...@...> wrote: > > I read a demo > BindingUtils.bindProperty(dogNameText, "text", myDog, "name") > > dogNameText is textInput and myDog is a object > > how to I bind dogNameText's Texr property to one variable like "myString" > > BindingUtils.bindProperty(dogNameText, "text", myString) give me error. > > Please give me a idea how to do this.Thanks > > > Mark >

