With .net 3.0 offering Windows communication foundation, will flash 8 support
it? WCF is suppose to be easier compared to .net remoting. I have a project at
work where I might be doing some flash and saving the data to a db and i'm
lookin on how I should do it. It will be several months from now before I do it
and I'm looking at my options.
ocbfd - 02 Feb 2007 09:26 GMT
The simple fact is that flash runs clientside so it's vastly superior to asp,
coldfusion, or php. Building sites serverside is old, slow, and costly.
You still use asp as middleware.
Database > asp > flash
SterlingDK - 26 May 2008 13:56 GMT
Hi
yes I would also like to use a WCF service and Flash.
I have set the service to use basicHTTPBinding, and now I can see the methods
using Flash 8s Web Service panel.
However when I try to make calls to the service nothing is happening. the WCF
logs show that Flash is not even calling the service.
I would be interested to hear from anyone who is successfully calling a WCF
service from Flash.