How do I make this Paypal form compatible with flash?

Hi all-- I tried searching around for the answer on both this forum and on google, but couldn’t find an option that worked. I’d like to attach this form to a button in flash:

<form action=“https://www.paypal.com/cgi-bin/webscr” method=“post”>
<input type=“hidden” name=“cmd” value="_xclick">
<input type=“hidden” name=“business” value="artfly@speakeasy.net">
<input type=“hidden” name=“item_name” value=“Artemis Gravity Donation”>
<input type=“hidden” name=“no_note” value=“1”>
<input type=“hidden” name=“currency_code” value=“USD”>
<input type=“hidden” name=“tax” value=“0”>
<input type=“image” src=“link.jpg” border=“0” name=“submit” alt=“Make payments with PayPal - it’s fast, free and secure!”>
</form>

What kind of code would I use for it? Thanks!