Convert existing CFM Form To Flash

Hello all, I’m trying to convert this form into flash. I can’t seem to get it to work, I keep getting a client not identified error.

[size=1]<FORM ACTION="[/size][size=1]http://www.eventinventory.com/search/byevent.cfm[/size][size=1]" METHOD=“POST”
name=“Interface4”
target=“EISearch”
onSubmit=“RouteStatus(this)”>
<INPUT TYPE=“hidden” NAME=“client” VALUE=“3018”>
<INPUT TYPE=“hidden” NAME=“restart” VALUE=“Interface4”>
<INPUT TYPE=“hidden” NAME=“next” VALUE=“byevent.cfm”>
<INPUT TYPE=“hidden” NAME=“id” VALUE="-1">
<INPUT TYPE=“hidden” NAME=“ref” VALUE="">[/size]
[size=1]<TR><TD COLSPAN=2 class=“interfacetitle”> Ticket Search </TD></TR><TR VALIGN=“CENTER”><TD class=“interfacetext”> <SPAN class=“fields”><INPUT TYPE=“Text” NAME=“k” SIZE=24 MAXLENGTH=40 VALUE=""></SPAN> <INPUT type=“Image” src="[/size][size=1]http://www.eventinventory.com/graphics//client_1/buttons/Search.gif[/size][size=1]" ALT=“Search” ALIGN=“ABSMIDDLE” WIDTH=24 HEIGHT=18 HSPACE=4 VSPACE=0 BORDER=0><BR> Enter the name of an event </TD> </TR></FORM></TABLE>’);

document.write(’<SCRIPT LANGUAGE=“JavaScript” SRC="[/size][size=1]http://www.eventinventory.com/scripts/eiinterface.js"></SCRIPT>’[/size][size=1]);[/size]

Here’s what I have for actions:
on (release, keyPress “<Enter>”) {
address = “http://www.eventinventory.com/search/byevent.cfm”;
client = “3018”;
restart = “Interface4”;
next = “byevent.cfm”;
id = “-1”;
ref = “”;
getURL(address);
}

Any help is appreciated in advance! I’m a newbie here!

don’t use getURL to send. Use a LoadVars Object. That will probably help a whole lot. (Look up LoadVars in the reference)