# Need help.! flash login form need help

**URL:** https://forum.kirupa.com/t/need-help-flash-login-form-need-help/155089
**Category:** Uncategorized
**Created:** [July 14, 2005, 5:29pm UTC](https://forum.kirupa.com/t/need-help-flash-login-form-need-help/155089 "2005-07-14T17:29:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![madmax23](https://avatars.discourse-cdn.com/v4/letter/m/9d8465/32.png) [@madmax23](https://forum.kirupa.com/u/madmax23)
#### Post date: [July 14, 2005, 5:29pm UTC](https://forum.kirupa.com/t/need-help-flash-login-form-need-help/155089/1 "2005-07-14T17:29:20Z")

</div>

i would like to know how can i translate this form from html to flash. its a login password form and i want to be able to acces my account from my website, it works fine in html format but i want to do it in flash. any help would be greatley appreciated… here´s the code in html, i´ve tried a few actionscripts but it doesnt seem to work.

\<FORM  
action=https://dcs.net2phone.com/account/lookup.asp?WCI=login  
method=post enctype=x-www-form-urlencoded name=login target="\_blank" onSubmit=“return submitForm(this);”\>  
\<TABLE width=“480” height=“0” border=“0” align=“center” cellpadding=“0” cellspacing=“0”\>  
\<TD valign=“top”\>\<div align=“center”\>  
\<INPUT type=hidden  
value=“my account” name=p\_appname\>  
\<input type=hidden  
value=english name=p\_formlang\>  
\<input type=hidden value=login  
name=wci\>  
\<input type=hidden value=200 name=p\_nic\>  
\<img src=“images/un\_acct.gif” width=“79” height=“19”\>  
\<input class=plaintext maxlength=12 size=10  
name=p\_sa\>  
\<img src="/images/password\_pin.gif" width=“69” height=“10”\>  
\<input class=plaintext type=password  
maxlength=12 size=10 name=p\_pin\>  
\<INPUT name=“image” type=“image” src="/images/go.gif" align=“middle” width=“29” height=“17”\>  
\</div\>\</TD\>  
\</TABLE\>  
\</FORM\>
