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