Get list of classes in flex application
This isn’t common goal for developers. And furthermore problem solving isn’t easy. Actionscript code doesn’t give access to available classes at runtime. So only trick I can image is parsing swf file by itself and get class names. Crazy implementation? Yes, it is. :-) But no coding here because flash decompilers written in actionscript already exist.
Read more 25 Feb 2008 - 2:08pm