Get the Flash Player to see the slideshow.

Tag Archives: describeType

reflection [as3]

[we're not talking about those mirror-images that were hip in Flash for a year.] reflection allows your code to inspect its own properties, methods, type, parent-type… . used in recipes including copying xml values to object properties & creating a decorator which extends proxy. I’m putting useful examples below, in one convient spot. ReflectionUtil.rtf includes: [...]