so in mxml it's
<mx:z id="a" ... <mx:z id="b" value="{a.value}"
how do you do this in actionscript ?
Use BindingUtils.bindProperty().
BindingUtils.bindProperty()
See here.