Hi All
We are developing a web application using Flash Remoting. The backend server
implementation is in C#. We would need C# objects to be passed to the Flash
layer and vice versa.
We understand that one way to do so is using FlashGateway.IO.ASObject. But
this is more like a simple Hashtable. We tried setting a C# object in this. On
the Flash side, we were able to see that some [object Object] is coming but its
not showing the exact content of the object.
We believe that this is possible in Java using Serialization. A serialized
Java objects moves from server to flash without any issues and we can convert
it to a flash object and vice versa. Isn't there a way we can achieve the same
in C# or we have to rely on ASObject only.
Any help is welcome.
Thanks
Hemendra Singh - 20 Aug 2004 08:17 GMT
Hi,
You can use XML object which works smoothlly with .NET and flash Remoting.
Good Luck
Hemendra Singh Shaktawat
Mndfire Solutions
www.mindfiresolutions.com
Hemendra Singh - 20 Aug 2004 08:19 GMT
Hi,
You can pass a XML 0bject which works smoothly with .NET and flash remoting.
Good Luck
Hemendra Singh Shaktawat
Mndfire Solutions
www.mindfiresolutions.com