Friday, May 20, 2011
Paypal link in flash
Do you like this story?
For single product
this.buyNow_btn.onPress = function ()
{
var paypal_lv = new LoadVars();
paypal_lv.cmd = "_xclick";
paypal_lv.business = "user@mail.com"; //emailid
paypal_lv.item_name = "my product"; //product name
paypal_lv.amount = "1.00"; // your amount
paypal_lv.no_shipping = "0"; //shipping amount
paypal_lv.no_note = "1";
paypal_lv.currency_code = "USD"; //currency code
paypal_lv.bn = "PP-BuyNowBF";
paypal_lv.send("https://www.paypal.com/cgi-bin/webscr", "_blank", "POST");
}};

This post was written by: Franklin Manuel
Franklin Manuel is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “Paypal link in flash”
Post a Comment