Home Forums Support C# Server with Adobe Flex Client Reply To: C# Server with Adobe Flex Client

#2853
Anonymous
Inactive

Is it possible to connect and communicate with my server (that is using the NetworkComms library) with a client that is not (the client will be using the built-in TCP/IP functions in Flex)?

Yes, it is possible to interface with any other 3rd party library using the ‘unmanaged connection’ feature of NetworkComms.Net. The only downsides of using a non NetworkComms.Net client is that you loose the seamless packet detection and serialisation/de serialisation features.

If you have any further questions please feel free to post back here.

Kind regards,
Marc