Sep 12, 2007
Getting the Fluorine AuthenticateWebApp to work with RemoteObjectAMF0
Posted by Dennis in 3D, ActionScript, Flex • 4 commentsI’ve been trying to set up the AuthenticeWebApp demo application that comes with the Fluorine .NET Flash Remoting Gateway. I used Flex 2 and .Net 2.0 for this. When I first ran the project with this remoteobject tag: <mx:RemoteObject id=”loginRO” destination=”login” source=”AuthenticateWebApp.MyLoginService”> <mx:method name=”Login” result=”loginResult(event)” fault=”loginFault(event)” /> </mx:RemoteObject> I got this error: TypeError: Error #1034: [...]
