954,562 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How do I integrate a PayPal Button in mt Flash 8 file?

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!!!

Thomas Winckler
Newbie Poster
9 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

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
 

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

Thomas Winckler
Newbie Poster
9 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

Isn't there a special link on paypal?

ratethiswgwag
Newbie Poster
5 posts since Jan 2008
Reputation Points: 10
Solved Threads: 1
 

Watch some of the example buttons in flash may be there you can find a button similar to pay pal..

rick222
Newbie Poster
20 posts since Feb 2008
Reputation Points: 9
Solved Threads: 1
 
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.

Thomas Winckler
Newbie Poster
9 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: