Hello Everyone,
I have successfully integrated PayPal Express into a Flex application. In DoExpressCheckoutPayment.php, I have the following JavaScript line of code that will not execute:
window.opener.window.document.getElementById('index').paymentComplete();
'index' - http://mysite.com/index.html# contains index.swf 'paymentComplete()' - the function that finishes processing the transaction
Has anyone successfully activated callback methods back from a popup to a Flex application using JavaScript?
Thank you in advance for any help,
Orville