I'm trying to flash remoting working on Windows XP Pro Service Pack 2 (IIS)
with ColdFusion MX 7.01 Enterprise and Flash 8.0.
I've installed the Flash Remoting Components and can see the NetService etc.
However, when I try to include #include "NetServices.as"
I get a message it can't find the file
When I do a look through the browser to the following address: <a
target=_blank class=ftalternatingbarlinklarge
href="http://localhost/flashservices/
I">http://localhost/flashservices/
I</a> get the following message in the browser:
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
If I try to do it as a standalone server on CF I get a page not error
I thought with ColdFusion this was set up automatically
How can I get remoting working?
jag57 - 27 May 2006 23:24 GMT
Hi, NetServices.as is now deprecated and you can find the new way by doing the
following:
Hit F1 in Flash and look in the book: Using Flash Remoting MX 2004 > Using
Flash Remoting Actionscript > Calling service functions > Calling service
functions overview.