Not finding what you are looking for? Request a recipe!
The proposed solution describes how to use the RTMP protocol to push data from a .NET application to the connected Flex clients using the NetConnection API.
The proposed solution uses Flash Builder version 4, RemoteObject API and WebORB to provide integration between Flex and .NET.
The solution is a third-party plugin available in WebORB distribution which provides seamless integration between Flex/AIR and .NET
There are at least two approaches for solving the problem. One is to use HTTP/SOAP binding in WCF to expose WCF services as Web Services. Flex client can connect to WCF using the WebService API. Another approach is to use AMF/Remoting on the Flex side and leverage the power of a remoting gateway on ...
The solution is to use a .NET infrastructure environment which can understand the messages sent by Flex Producer/Consumer APIs and enable message exchange through MSMQ. WebORB for .NET enables such integration. The recipe review the code and the configuration required for the integration.