Implementing a Hosters CGI script into a Flash MX Form

Hi.

Had problems working out where to put this question so I hope this is ok.

I set up a PHP based email form in my Flash contact page, not realizing my hosting package does not support PHP, ASP, etc. They only provide 1 non-configurable CGI script for email contact, this being the only one allowed.

They supply the script to insert into a html page, but im not at all sure how to implement it into flash. Id really appreciate any help on this as ive got 2 sites up without contact ability at moment.

Here is the script they provide:
[font=Arial][color=#0000ff]<FORM METHOD=“POST” ACTION=“http://mailgate.server-mail.com/cgi-bin/mailgate”>
<inpu[/color][/font][size=2][font=Arial][color=#0000ff]t type=hidden name=“recipient” value="[/color][size=2][color=#ff0000][email protected][/color][/size][/font][font=Arial][size=2][color=#0000ff]">
<input type=hidden name=“subject” value="[/color][/size][size=2][color=#ff0000]Enter Subject[/color][/size][/font][font=Arial][size=2][color=#0000ff]">
<input type=hidden name=“redirect” value="[/color][/size][size=2][color=#ff0000]http://www.acme.com/feedback.htm[/color][/size][size=2][color=#0000ff]"> [/color][/size][/font][size=2][color=#66ccff]
[/color][/size][font=Arial][size=2][color=#0000ff]Your Email address: <input type=text name=“email”><BR>
Your Full Name: <input type=text name=“realname”><BR>
Tell me what you think of me?
<TEXTAREA NAME= “comments” ROWS=3 COLS=50>Type Here</TEXTAREA>
<INPUT TYPE=“SUBMIT” VALUE=“Send Comments”>
</FORM>[/color][/size][/font][/size]
[font=Arial][color=#0000ff][/color][/font]
[font=Arial][color=black]Thanks for any help.[/color][/font]