PDA

View Full Version : html form to flash form?



2dubz
December 22nd, 2005, 09:25 PM
i'm having a problem with trying to convert a html form code to flash heres the html



<form method=post action=http://www.ymlp.com/subscribe.php?blissneso>
<table border=0>
<tr>
<td>Name:</td>
<td><input type="text" name="YMLP0" size="20"></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" name="YMLP1" size="20"></td>
</tr>
<tr>
<td colspan=2><input type="submit" value="Submit"></td>
</tr>
</table>
</form>


which works perfectly fine. When i attempt to convert to flash though it doesnt seem to recognize the email address and gets an error

heres the fla file, hope someone can help.

Jeff Wheeler
December 23rd, 2005, 01:16 AM
YMLP0 and YMLP1? You've got to be joking! :P

Name them "name" and "email"… then try debugging. (Also, try learning some standards, and get away from tables, and use some xhtml.)