coldfusion flash integration:
I've spent days searching around for information on how to get Flash remoting
to work on my ColdFusion MX 7 Developer's Edition on IIS/XP Pro setup. I've
tried it on Apache, IIS, reinstalled CF using JRUN, reinstalled CF as
standalone, installed both the Actionscript 1.0 and 2.0 remoting components,
etc.
Long story short - my install is "out-of-the-box" with all default settings,
installed onto IIS on default port 80. I cannot browse to
"http://localhost/flashservices/gateway", I get a page not found error. In
Flash, using the NetConnection debugger, I get the NetConnection.Call.Failed
error on the same URL. I've also tried
"http://localhost:8500/flashservices/gateway", and that doesn't work, either.
(Not surprising, I'm not using the CF development server, it's tied to IIS.
It looks like a lot of the information I've found out there applies to MX 6.1
- I'm not well versed enough to know if there is a difference between that
version and 7. I found some information that said to check the
CF_ROOT/wwwroot/WEB-INF/web.xml file to make sure the gateway is installed -
specifically looking for a parameter called DISABLE_CFWS_ADAPTERS. This doesn't
seem to be found in version 7.
I've also used the Web Server Configuration tool to check the installation - I
have added the "all IIS" and the "Default Web Sites" as someone out there
suggested. I've also run the batch files to remove all connectors, and
reinstall all connectors. No luck.
In the Flash Pro MX 2004 IDE, I can see Window > Other Panels > NetConnection
Debugger, and the .AS files are installed under firstrun/classes, so I'm
assuming the components are installed correctly.
Does anyone have any ideas what I'm doing wrong? If I'm an idiot and missing
something obvious, please let me know. I'm anxious to start working through the
O'Reilly Flash Remoting book, and can't even get the first example to work.
Thanks in advance for any help or guidance someone can provide!