I am working on a solution to integrate Flash movies with Microsoft Content
Management Server. The movies will pull resources (eg: images, audio, movies,
text) from MCMS. The decision has been made to go with a web service to
facilitate this communication. Which choice is better and why...
- Flash Remoting
or
- Flash using SOAP
derobinson - 30 Nov 2006 18:54 GMT
Flash Remoting uses AMF, a binary format, for trasferring data so it is
theoretically faster and perhaps more secure. SOAP would only transfer plain
text. I'm sure if you look at the Flash Remoting product pages on the Adobe
site, you'll find a comparison there.
Good luck!