Need help turning this html code into a flash button

I have some html code that is for a button in html that when pressed sends you to a certain url but also somehow adds an ‘id value’ and a ‘website value’.

How can I convert this code and or put it into a flash button?

Disregard the gif info…that’s just for the html graphic that goes for the button.

<form action="https://secure.verotel.com/cgi-bin/vtjp.pl" method="post">
<input type=hidden name=verotel_id value="9804000000840231">
<input type=hidden name=verotel_website value="55461">
<center>
<input type="image" src="http://buttons.verotel.com/join/button_00010155461.gif" alt="Signup NOW!">
<img src="http://buttons.verotel.com/signup/tbutton_55461.gif" border="0" width="1" height="1" alt="">
</center>
</form>