On 12/14/05, Thierry V. <[EMAIL PROTECTED]> wrote:
> Hello List !!
>
> I try to make a cart in a full flash site, and since 1 week, try to work
> with paypal, but no success...
>
> my code :
>
> [code]
> var lv:LoadVars = new LoadVars();
> lv.sendAndLoad( url, lv, "POST" );
> [/code]
>
>
> If I try this code into the Flash IDE (mx 2004), loadVars return
> success, but doesn't update the paypal cart...
>
> If I try this code into a browser, but with local path (ie
> c:\web\www\test\test.html) the loadVars return success and update my
> cart, yeah !!
>
> After that, I want to try on real scheme, with correct url (ie
> 127.0.0.1/test/test.html), but in this case, loadVars return failed and
> it's not possible to relaunch the test (I have two buttons, first to add
> an item, second to display paypal site cart).
>
> It's a security problem ? Is there any possibility to call correctly the
> paypal site with sendAndLoad and url path ??

I think POST doesn't work correctly from within the IDE all the time,
so that would explain the first problem.

-David R
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to