>Hi All,
>
>Am fairly new to flash and need to re-code a HTML domain name checking form,
>to a Flash based version.
>Can anyone help?
>This is the form:
>
><form method="post" action="
http://www.mydomain.com/domainnamecheckscript"> > <input type="hidden" name="v" value="1">
> <input type="hidden" name="submit_domain" value="register">
>
> <input name="domain" value="(enter domain)">
> <select name="tld_extension">
> <option value="com" selected>.com</option>
> <option value="net">.net</option>
> <option value="co.uk">.co.uk</option>
> </select>
> <input name="submit" type="submit" value="check">
></form>
>
>Any help much appreciated,
>Thanks
>