R – Flex Remoting or Flash Remoting apache-flexflashremoting Can you suggest which Remoting service is good either flash or flex. Thank you Best Solution If you need data services, you may consider: http://labs.adobe.com/technologies/livecycle_dataservices3/ or http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/ Otherwise, you may consider AMF protocol. I cannot say it is the best, but I like this one. For AMF, it will depends on which technology that you are using. For php, if you need a framework to work with, you may consider http://framework.zend.com/download/amf, otherwise, a more simple solution is: http://www.amfphp.org/. For python, you can try: http://pyamf.org/ In addition, you may have a look of The Midnight Coders' web sites: http://www.themidnightcoders.com/ Wish this can help you. Related SolutionsR – What’s the best client architecture for Flash Remoting communicating with ASP.Net Have you tried building a Web Service serving up JSON? I would try that and see how it suits your needs before going the Flash Remoting route. Flash versus Flex Flash and Flex both use the same underlying rendering engine, just with different front-ends. Flash is better suited for making movies and animations. Flex is better for application development. Related Question.net – Is .NET Remoting really deprecatedJava – Flash Remoting and JavaFlash CS4 refuses to let go
Best Solution
If you need data services, you may consider: http://labs.adobe.com/technologies/livecycle_dataservices3/ or
http://opensource.adobe.com/wiki/display/blazeds/BlazeDS/
Otherwise, you may consider AMF protocol. I cannot say it is the best, but I like this one.
For AMF, it will depends on which technology that you are using.
For php, if you need a framework to work with, you may consider http://framework.zend.com/download/amf, otherwise, a more simple solution is: http://www.amfphp.org/.
For python, you can try: http://pyamf.org/
In addition, you may have a look of The Midnight Coders' web sites: http://www.themidnightcoders.com/
Wish this can help you.