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”
system
August 19, 2003, 6:54am
2
Welcome to kirupa forum, midaskrix!! =)
Use the LoadVars object.
[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
system
August 19, 2003, 8:43am
3
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
system
August 19, 2003, 10:19am
4
Could you attach the FLA or post the code? :-\