Hi, I'm writing an app in Flex and I'm trying to register a function in the AS code so it can be called from the enveloping JS. The AS3 code looks like this: ExternalInterface.addCallback("functionname", functionname); If the .swf were called "myspaceApp," for example, then...