Question
Compiler Keywords
I had a question about some compiler options in AS3. I've
already googled this and I can't really find anything on it.
There are a bunch of seeming "annotations" that I'm finding as I'm exploring Flex and Flash CS3 components, of which, here are a few:
[Inspectable], [Bindable], [Event], [Embed], [Style] and a few others that I can't think of off the top of my head.
My question is what are these tags and where can I find documentation on them? My understanding is limited to the [Event] and [Embed] tags, and I'm not so sure that I understand those completely. I'm assuming the [Event] tag is strictly for ASDoc to find the types of events that can be dispatched from a class so they can be included in documentation. I know that the [Embed] tag specifies a file to be embedded in the application just as a asset can be embedded in a fla's library. So, where can I find the documentation on the others? Also, do they all apply in certain scenarios and not others? Like, is [Bindable] only applicable in Flex projects? Is there Adobe documentation available for these commands?
- TK
There are a bunch of seeming "annotations" that I'm finding as I'm exploring Flex and Flash CS3 components, of which, here are a few:
[Inspectable], [Bindable], [Event], [Embed], [Style] and a few others that I can't think of off the top of my head.
My question is what are these tags and where can I find documentation on them? My understanding is limited to the [Event] and [Embed] tags, and I'm not so sure that I understand those completely. I'm assuming the [Event] tag is strictly for ASDoc to find the types of events that can be dispatched from a class so they can be included in documentation. I know that the [Embed] tag specifies a file to be embedded in the application just as a asset can be embedded in a fla's library. So, where can I find the documentation on the others? Also, do they all apply in certain scenarios and not others? Like, is [Bindable] only applicable in Flex projects? Is there Adobe documentation available for these commands?
- TK