Page 1 of 1

Automatic guest login?

Posted: Sun Oct 31, 2004 12:11 pm
by ChrisAdie
Very interesting program! I'm looking for one specific feature - the ability EITHER to simply click one button to log in as the local machine's Guest user, OR to supply a username and pass to log in as a domain user. Is there enough programmability in the Flash environment to do this?

If this can be got to work, we might even buy the product!

Posted: Mon Nov 01, 2004 2:52 pm
by DraconPern
Yes, that is quite easy to do with just Flash. Simply create a button and in it's action...

on (release) {
FMUsername="Guest";
FMPassword="";
fscommand("FMBtnOk");
}

Btw, we need some customer sites as reference for the Microsoft ISV partner program and Windows XP logo certification. Will you be willing to be one of them?

Posted: Wed Nov 03, 2004 4:11 pm
by ChrisAdie
Many thanks! Yes, assuming it does what we want and we get it deployed, I'm sure we would be able to be a reference site.