HTML code on a flash object/button

Hello everybody,

I need to put this code in as3 flash for a landing page.

<form target="_blank" method=“POST” name=“signForm” action=“https://secure.paycard.co.il/webi/html/interface.aspx”>
<input type=“hidden” name=“INAME” value=“purchase” >
<input type=“hidden” name=“mer” value=“PayCard” >
<input type=“hidden” name=“MerchantID” value=“2145505” >
<input type=“hidden” name=“TransactionID” value=“automatic” >
<input type=“hidden” name=“Amount” value=“139”>
<input type=“hidden” name=“Currency” value=“ILS”>
<input type=“hidden” name=“SuccessUserPage” value=“http://slique.co.il/thank_you_heb.php”>
<input type=“hidden” name=“FailureUserPage” value="…/MerPages/GetResultFrameSet.aspx">
<input type=“hidden” name=“UserDesc” value=“סליק סט”>
<input type=“hidden” name=“AnswerPage” value="">
<input type=“hidden” name=“ItemType” value=“3”>
<input type=“hidden” name=“MerchantData” value=“MerchantDataSTR”>
<input type=“hidden” name=“settleImmediate” value=“1”>
<input type=“hidden” name=“successPageParam” value=“1”>
<input type=“hidden” name=“Sync” value=“0”>
<input type=“hidden” name=“ResultPageMethod” value=“GET”>
<input type=“hidden” name=“custom” value="" id=“pap_dx8vc2s5”>
<input type=“hidden” name=“MailParams” id=“Text1”>
<input type=“image” src="_images/orderFooter2.jpg" border=“0” name=“submit” alt=“PayPal - הדרך הקלה והבטוחה לשלם באופן מקוון!”>
<img alt="" border=“0” src="_images/orderFooter2.jpg" width=“1” height=“1”>
</form>

How can i do this? it is very importent!

Yahel.