Get It For Free!..

How to make Paypal Donate button in flash.

all you need to do is make a paypal button. then go to actions then paste this actionscript>>>>


on(release){
cmd = "_donations";
handling= "0.00";
item_name= "Donation";
currency_code= "USD";
business = "PutYourPaypalEmailRightHere!.com";
getURL("https://www.paypal.com/cgi-bin/webscr", "_blank", "POST");
}


thats it! have a nice day!