actionscript-flash中的paypal按钮
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了actionscript-flash中的paypal按钮相关的知识,希望对你有一定的参考价值。
code to implement a paypal button in flash
ppbutton.onRelease=function(){ cmd = "_xclick"; business = "[email protected]"; item_name = "some item nameg"; item_number = "000001"; no_shipping = "2"; shipping = postage.text.substr(0, -3); amount = curTotal.text.substr(0, -3); Return = "http://www.somedomain.net/thankyou.html"; cancel_return = "http://www.somedomain.net/cancel.html"; no_note = "1"; currency_code = _parent.theCur; getURL("https://www.paypal.com/cgi-bin/webscr", "_blank", "POST"); }
以上是关于actionscript-flash中的paypal按钮的主要内容,如果未能解决你的问题,请参考以下文章