It seems to be a common problem. I researched a while but I don't find any solution.
I just need to add a PayPal button HTML code into my Flash 8 file.
Does anybody know how to get this PayPal button to work?
HELP!!!
It seems to be a common problem. I researched a while but I don't find any solution.
I just need to add a PayPal button HTML code into my Flash 8 file.
Does anybody know how to get this PayPal button to work?
HELP!!!
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.
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.
Thanks buddy.
I already sourced it out, but now I know for the nest time. Awesome Thanks.
Thomas
Isn't there a special link on paypal?
Watch some of the example buttons in flash may be there you can find a button similar to pay pal..
Watch some of the example buttons in flash may be there you can find a button similar to pay pal..
Where are the links to your examples?
T.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.