rossmcl
Programmer
- Apr 18, 2000
- 128
Hi,
I want to use HTML in my flash SWF.
Essentially, paypal has provided the html (below) so I can charge for something on my site.
How do I embed this html behind a button, so that clicking on the button does what the html says?
(I am a real beginner in Flash, apologies if this is a real ignorant question).
Any help much appreciated.
RM
=======
<form action=" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="XXXXXXX">
<input type="hidden" name="item_name" value="XXXXXX">
<input type="hidden" name="item_number" value="01">
<input type="hidden" name="amount" value="XXXX">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="XXX">
<input type="hidden" name="lc" value="XX">
<input type="image" src=" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
I want to use HTML in my flash SWF.
Essentially, paypal has provided the html (below) so I can charge for something on my site.
How do I embed this html behind a button, so that clicking on the button does what the html says?
(I am a real beginner in Flash, apologies if this is a real ignorant question).
Any help much appreciated.
RM
=======
<form action=" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="XXXXXXX">
<input type="hidden" name="item_name" value="XXXXXX">
<input type="hidden" name="item_number" value="01">
<input type="hidden" name="amount" value="XXXX">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="XXX">
<input type="hidden" name="lc" value="XX">
<input type="image" src=" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>