3

I am just just curious as to whether the [Bindable] metadata tag in ActionScript 3 can only be used within the Flex framework, or can it be used in "regular" ActionScript projects where Flex isn't used?

Thank you for your time.

Mike Fielden
  • 10,055
  • 14
  • 59
  • 99
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
  • 1
    I think by default its a flex only thing. But I think if you point the project to the proper libraries you might be able to get it to work. I haven't tried it but would love to see if you get it to work. – The_asMan May 31 '11 at 19:26

1 Answers1

2

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

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

Chris Ghenea
  • 12,473
  • 1
  • 29
  • 36
  • Hi, Chris. Thanks for the response! I know I could do it in AS3, but I though perhaps the `[Bindable]` tag would be a nifty shortcut. As for the "php" tag, I didn't know how else to get my question to show-up on the homepage, unless I use a really popular tag, like "php". – Oliver Spryn May 31 '11 at 19:39