Dynamic Classes in Flex and Actionscript
I have known about dynamic classes in Flex and Actionscript for a while but I just recently started playing around with them. Basically they are declared classes that can have additional properties tacked on to them at runtime. To add this ability to a class you simply need to add the keyword dynamic to the class definition. So below we have very simple dynamic class.
Posted in Flex, All Tutorials | 1 Comment »
