ActionScript 3 Bindable Tag MetaData without Flex?

I'm just curious to know if the metadata tag [Bindable]in ActionScript 3 can only be used within Flex, or can it be used in "normal" ActionScript projects where Flex is not used?

Thank you for your time.

+3
source share
1 answer

According to this, it can only be used in the Flex framework. But there are ways to have the same functionality in pure AS3.

Off-topic: why is there a php tag in this question?

+2
source

All Articles