Can somebody help me out with a button in Flash?
I have created an account with PayPal. They provided me with the HTML code to copy to my website however I would like to code a button in Flash rather than HTML.
This has been killing me to figure out.
How do I convert the following HTML code to a button in Flash?
<FORM action=https://www.paypal.com/cgi-bin/webscr method=post><INPUT type=hidden value=_xclick name=cmd> <INPUT type=hidden value=business@business.com name=business> <INPUT type=hidden value=“Test” name=item_name> <INPUT type=hidden value=10.00name=amount> <INPUT type=hidden value=1 name=no_note> <INPUT type=hidden value=USD name=currency_code> <INPUT type=image alt=“Make payments with PayPal - it’s fast, free and secure!” src=“https://www.paypal.com/en_US/i/btn/x-click-but01.gif” border=0 name=submit> </FORM>
:-/