all groups > dotnet remoting > february 2007 >
You're in the

dotnet remoting

group:

AMF3 serialization/deserialization in C#


AMF3 serialization/deserialization in C# sean.j.gage NO[at]SPAM gmail.com
2/12/2007 10:11:29 AM
dotnet remoting:
Does anyone know if a product exists that contains a remoting channel
that would do AMF3 communication between a local windows service
in .NET and a local Flash Application?
Re: AMF3 serialization/deserialization in C# Samuel R. Neff
4/24/2007 11:34:51 PM

We use Fluorine to send AMF3 messages between Flex and .NET over a
binary socket connection. In .NET use AMFReader.ReadAMF3Data to
receive and AMFWriter.WriteAMF3Data to send. Use Socket.readObject
and Socket.writeObject in Flex.

http://fluorine.thesilentgroup.com/fluorine/index.html

There is one bug related to application context being null ('cause
Fluorine isn't really meant to be used this way) but it's supposed to
be fixed in the next version and is pretty easy to fix
yourself--you'll find it almost right away.

They have a good mailing list and I would suggest AMF related messages
be directed there or to some other list related to Flash/Flex. The
..net remoting list is pretty much dedicated to .NET Remoting.

HTH,

Sam

------------------------------------------------------------
We're hiring! B-Line Medical is seeking .NET
Developers for exciting positions in medical product
development in MD/DC. Work with a variety of technologies
in a relaxed team environment. See ads on Dice.com.



[quoted text, click to view]
AddThis Social Bookmark Button