I want to invoke a javascript function, and I don't need a return value. The function is provided by a flash externalinterface, but I don't have access to allowing my domain access...
Can I proxy a javascript invocation? Do I have to send a cloned post, or is it possible to simply call the function?
I know YUI has callSWF, can I use that with connection manager and a proxy?