使用基于 ActionScript 的购物车处理付款

发布于 2024-10-06 04:03:26 字数 123 浏览 0 评论 0原文

一位老客户联系我,希望制作一个精品网站,展示一种产品,并让用户进行购买。我想用 Flash 制作该网站,但我还没有弄清楚如何使用 Authorize.net 等服务(也安全地)处理付款。任何建议将不胜感激。

-埃文

I was approached by an old client about making a boutique web site that showcases one product, and lets the user make a purchase. I wanted to make the site in flash, but I havent had any luck figuring out how to process the payments with a service such as Authorize.net (securely, too). Any advice would be much appreciated.

-Evan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水中月 2024-10-13 04:03:26

您还必须使用服务器端语言。这是使用 PHP 和 cURL 所需的最低限度: http://upshots.org/?p=63

一旦完成,您就可以像发送其他请求一样发送 HTTP 请求。创建一个 URLVariables 对象,将 REQUEST 变量附加到它,将该对象添加为 URLRequest 对象的 data 属性,该对象将被馈送到要发送的 URLLoader 对象。

you'll have to use a server-side language as well. here's the minimum you need using PHP and cURL: http://upshots.org/?p=63

once that's in place, you send the HTTP request like you would any other. create a URLVariables object, attach your REQUEST variables to it, add that object as the data property of a URLRequest object, which is fed to a URLLoader object to be sent.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文