I am getting data from .net middle tier. We are using FluorineFX for remoting.The MT sends data as dictionary, but what I am getting is a ProxyObject which looks like this:
result mx.utils.ObjectProxy [4] Date [15] Date [17] Date Looks like there are tree records received from the server. How do I access that kind of data? Thanks
