Hi this is wath I do with the RO/**public function
loginUser(user:String, pass:String):void { flexComRO = new
RemoteObject(); flexComRO.destination = "FlexComRO";
flexComRO.LoginUser.addEventListener(ResultEvent.RESULT,loginUserResultHandler);
flexComRO.LoginUser.addEventListener(FaultEvent.FAULT,faultHandler);
CursorManager.setBusyCursor(); flexComRO.LoginUser(user,pass); }**/If i
have the Flex app running in my browser, and hit theloginUser function,
with the JRun disconected. It hangs on the'...