Framework #getFullyQualifiedClassName();
One of the things that has be really useful in AS3 is the ability to retrieve a class name in runtime (getQualifiedClassName), without the need for setting a long list of string names in the classes whilst your coding them. This code snippet will allow you to get the class name dynamically, but your asking what’s the point of that? You can’t do anything with it? There isn’t away to dynamically load classes in