pyamf flex google app engine
- by mydiscogr
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…