Making a paypal btn in Flash (?)

Hey All,

Anyone know how to take a classic paypal “buy it now” encrypted btn and code it within a flash interface?

Im referring to paypal btns that are linked to a specific items listed within your paypal account. Thanx in advance for the help!

Bobby,

check out the paypal developer’s forum. It’s all there.

http://paypal.forums.liveworld.com/thread.jspa?forumID=4007&threadID=1000003518&messageID=1000015321&start=-1#1000015321

if the link doesn’t work search for “Flash” under user “The Squid”

You are just going to be sending data via myData.Send and using the variables layed out starting on page 82 in the “PayPal Website Payments Standards Checkout Integration Guide.” They call them “HTML” variables, but you are just going to attach myData.item_name_1 etc. to your own flash button. It’s all layed out in the link above.

-i

Awesome! Thanx so much for the reply! I didnt even know they had a development forum! :wink: