0
votes

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
BindingUtils is the way to go - post some code and we can try and make it work.Amarghosh

1 Answers

1
votes

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.