UseCase:
In order to use the ExternalInterface from a Flash/Flex app to propagate events to the Selenium IDE, a global method on window would be helpful something like:
window.record = function(command, target, value, insertBeforeLastCommand) {
self.record(command, target, value, insertBeforeLastCommand);
}
If this is added to recorder.js / reattachWindowMethods the Flex app can call this method through the ExternalInterface.