Prana 0.2 released with AS3 Reflection API

I just managed to release a new version of the Prana Framework. The new release contains an AS3 Reflection API and some general updates. Reflection API A quick example of the Reflection API: PLAIN TEXT Actionscript: var instance:MyClass = new com.domain.MyClass();   // get the type info of the instance variable var type:Type = Type.forInstance(instance); [...]