Flex Automation of Composite Component
Just posting a quick code snippet for anyone banging their head against the wall trying to setup Flex automation testing on a composite component. Adobe's documentation for automation-enabling composite components assumes a fixed set of items, using a simple switch statement to return the known object.
But what if you have a dynamic composite object, such as a Panel that lets you dynamically add Buttons to the ...
Flash Debugger on 64 bit Linux
One of the main issues for flex developers with migrating to a 64bit environment is the lack of a debug version of the flash player. After scouring forums and blog posts on workarounds, I came up with something that is working great for me. I installed Firefox (Win32) via Wine and installed the flash debugger on it. I then setup my 32bit Eclipse (where FlexBuilder A5 is installed ...

