Automatic guest login?

General impression, suggestions, ideas, etc.
Post Reply
ChrisAdie
Automatic guest login?

Post by ChrisAdie » Sun Oct 31, 2004 12:11 pm

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!

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Mon Nov 01, 2004 2:52 pm

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?
FrontMotion Lead Developer

ChrisAdie

Post by ChrisAdie » Wed Nov 03, 2004 4:11 pm

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.

Post Reply