sophistikat
05-07-2008, 03:55 PM
Hey Kids,
got any tips on how to log a user into a website using a flash movie outside of a browser? i am writing an application which checks the users login information, once we've confirmed its correct, there a button that allow them to "check their account".
i want that button to open the page and POST their login information. getURL allows you to do thisvar strUserId = DB.data.userid;
var strPassword = DB.data.password;
getURL(this.url, dtc.name, "POST");but unfortunately when i check the header information, nothing happens because the URL is set as GET, not POST.
Thoughts?
got any tips on how to log a user into a website using a flash movie outside of a browser? i am writing an application which checks the users login information, once we've confirmed its correct, there a button that allow them to "check their account".
i want that button to open the page and POST their login information. getURL allows you to do thisvar strUserId = DB.data.userid;
var strPassword = DB.data.password;
getURL(this.url, dtc.name, "POST");but unfortunately when i check the header information, nothing happens because the URL is set as GET, not POST.
Thoughts?