List all symbols and their linkages in a Flash file

I am just wondering out loud… is this possible? Is there a way to list all the symbols in a Flash file and the classes linkages defined for them? Ah, perhaps better still, if the symbols are the same name as the class they are to link to, scan all the symbols and scan all [...]

Functional Testing for Flex

I don’t know how many times something broke in my flex app and I didn’t know because I didn’t test that bit after updating some code. I have been reading about test driven development, behavior driven development, and most recently “functional testing”. This bit is harder because it’s emulating a user actually using the system.
Enter [...]