You'll need to know a little bit about what variables the paypal cart requires. If you're familiar with how it works in html, then you can do something similar in actionscript. Declare all the variables that normally are hidden in the form after the on(release){. In your buttons' action palette, use something like
on (release) {
declare all your variables here
getURL("https://www.paypal.com/cgi-bin/webscr ","_blank", "POST");
}
Have a look here for a more in depth look.
buddylee17
Practically a Master Poster
697 posts since Nov 2007
Reputation Points: 232
Solved Threads: 137