I found a lot of interesting info in the 'hidden features of...' series. I'm a AS3 developer so I want to add this question about AS3 as well for all the flash/flex developers out there. So, what are the lesser-known but useful features of AS3 and Flex framework that you know ?
feedback
|
About AS3Well the coolest hidden feature with flash player 10 was the hidden alchemy opcodes. But that has nothing to do with AS3 in fact. Although to my understanding alchemy comes with a special AS3 compiler that allows inline assembly for that matter. In fact, AS3 actually is pretty boring compared to AS2, which was fully packed of really great hidden features, that allowed you to change the whole API at runtime. Apart from some hidden or sparsely documented metatags, there is not too much, and really nothing useful.
About FlexHonestly, I don't know. I am not that much of a Flex crack. However Flex is written in AS3 and open source. So it's virtually impossible to actually hide too many things. Some classes are excluded from documentation using | ||||
|
feedback
|
|
did you know addFrameScript? | ||||
|
feedback
|
|
Custom metaData tags are really cool, we use them for all sorts, making inputs readOnly, defining validation rules, calculation rules etc. What this means is that the code stays generic, for the validation example for instance the actual property defines validation rules it is subject to so we never have to set any rules concretely i.e. in code or mxml. Really good feature well worth investigating. | ||||
|
feedback
|