Problem with how to submit

Hi! I have this webmail service with a username and password then the submit button and i wanted to make this in flash.
I have tried it already but still doesnt work.
Do you have any idea how to make this in flash? Please help me.

here is the code.

form method=“post” action=“https://mail.vobels.com/cgi-bin/openwebmail/openwebmail.pl” enctype=“application/x-www-form-urlencoded” name=“login”

Welcome to kirupa forum, midaskrix!! =)

Use the LoadVars object. :wink:
[AS]// define LoadVars object
var lv = new LoadVars();
// define variables
lv.var1 = value1;
lv.var2 = value2;
// send variables
lv.send(“https://mail.vobels.com/cgi-bin/openwebmail/openwebmail.pl”, “_self”, “POST”);[/AS]
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary427.html

thanks a lot kax!

i still have the same problem.
when i login using flash it will just take me to the login page:(

here is my example.
http://openwebmail.com/webmail

Could you attach the FLA or post the code? :-\