re: [flexcoders] Re: Login / Password Form

2009-02-05 Thread Wally Kolcz
I used a database and RemoteObject/Web Services to check a CFC with the query to see if the username and password matches and returns any info I need then I have something like this: public function loginHandler(e:ResultEvent):void { userData = e.result as ArrayCollection;

RE: [flexcoders] Re: Login / Password Form

2009-02-05 Thread Tracy Spratt
AM To: flexcoders@yahoogroups.com Subject: re: [flexcoders] Re: Login / Password Form I used a database and RemoteObject/Web Services to check a CFC with the query to see if the username and password matches and returns any info I need then I have something like this: public function