Flash Binding Class

I whipped up a quick Singlton to progamatically create bindings between two controls:
All you need to do is import the class and then call the addBinding() method on the REBinding Singleton class:
import com.re.data.REBinding;
REBinding.getInstance().addBinding(src_txt, dest_txt, "text", "change");

[Download REBinding.zip - includes sample and class]

J.

Related Posts:

Speak Your Mind