HTML code in Flash

I have some HTML code that works great of course in HTML but I am redoing the site in flash and I do not have a clue how to get the code to work in flash. The code is below and would love some help.

<form action=“https://www.myfielddata.com/default.asp” method=“post” name=“frmMFDlogin” id=“frmMFDlogin”>
<div align=“center”>
<input type=“hidden” name=“fLoginName” value=“crock” />
<input type=“hidden” name=“fPassword” value=“crock” />
<input type=“submit” name=“Submit” value=“Click here for the most Recent Data” />
</div>
</form>