views:

21

answers:

1

Hi, I'm wondering if there is a way I can bind a flex property to flash property?, the flash property is inside a swc file created in flash with the Flex Component Kit for Flash Professional, I can manipulate the flash component as a regular flex component, but I want to bind their properties, is there a way?? thanks!!

+1  A: 

Yes, you can use the BindingUtils methods to accomplish this. The linked documentation includes references to the LiveDocs for the BindingUtils class and some simple samples.

ZackBeNimble
great!!, thanks!! I do a little reading and in fact works very good, thank!!!
goseta