R – there is a way I can bind a flex property to a flash property

actionscript-3apache-flexflash

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!!

Best Answer

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.

Related Topic