Re: [Flashcoders] flash paypal shopping cart security

2006-11-25 Thread R�kos Attila
System.security.allowDomain() serves a little bit different purpose, it has nothing to do with your current problem. LoadVars.send() and LoadVars.sendAndLoad() somewhat differ concerning security issues. The send() method is allowed to send data to any target domain, but sendAndLoad() is restrict

[Flashcoders] flash paypal shopping cart security

2006-11-25 Thread Glenn Grant
i am trying to use the paypal cart with flash 8. my code looks like this: System.security.allowDomain("paypal.com"); var myLoadVars:LoadVars = new LoadVars(); var cartVars:LoadVars = new LoadVars(); function loadCart(){ myLoadVars.bn = "PP-ShopCartBF"; myLoadVars.lc