Good Day I'm brand new to the whole Flash remoting idea so I worked through a
couple of tutorials on the MM site and I think I'm very close to getting my
'Hello World' example to work. I have searched all the forums for help with
this, but I'm about to give up. Can someone please explain to me me why I keep
getting the error code: 'NetConnection.Call.Failed' HTTP: Status 405 I have
tried every single thing that I can image, but I can't get it to work. I'm
almost certain that it's a problem with my componet path in the FLA, but. I
can't figure it out. Any help would be extremely appreciated. JK
jameslyon - 07 Dec 2004 23:23 GMT
NetConnection.Call.Failed usually refers to a missing method. Could the method be misspelled in the fla?
Are you running this with ColdFusion?
Krogman - 08 Dec 2004 21:48 GMT
Jameslyon Thanks for your post. I guess I looked at the different examples and
help files so long that I missed the obvious. I guess I thought that I had to
replace the
NetServices.setDefaultGatewayUrl('http://localhost/flashservices/gateway');
with my own url like
NetServices.setDefaultGatewayUrl(http://localhost/website/folder'); I'm a
goof. Thanks. JK
juanjo75 - 16 Dec 2004 20:28 GMT
One way to know that your localhost address is the right one is by using it on
the browser like mine http://kaminaldesign.com/flashservices/gateway, it has to
give you a plain blank page... that is how you know that the default gateway
address you are using is the right one, okay.. don't panic... I also had a
hard time making it to work in my website, when I found out that I don't have
to use www.blablabla... only http://asdfasdfasf, but that is another story...