pyamf flex google app engine

Posted by mydiscogr on Stack Overflow See other posts from Stack Overflow or by mydiscogr
Published on 2010-04-24T10:43:30Z Indexed on 2010/04/24 10:53 UTC
Read the original article Hit count: 316

Filed under:

Hi to all, I've just made a little server amf on gae and pyAmf ( now down?). Well I've also made a client in flex 4 and all works well.

Now I'd like to add an authentication method, and I know that there a method in flex to authenticate using

RemoteObject.setCredentials(username:String, password:String, charset:String = null):void

Now I don't understand how use this in client side and server side, where register user, should I create user tables?

there's a book what is the way to use AMF with flex?

thanks

© Stack Overflow or respective owner

Related posts about flex