Groups | Blog | Home
all groups > macromedia flash flash remoting > june 2004 >

macromedia flash flash remoting : Im totally lost


le_smith
6/25/2004 7:49:22 PM
Hello Good Peeps

I am a beginner so sorry for the poor question.

I have installed coldfusion to my computer today. And it says it already comes
with support for Flash Remoting.

When trying to do the examples on this site I cant get them working.

Coldfusion is working fine I have cfm pages working perfectly.

I have also tried to install Flash Remothing as well. But i dont think i got
it right.

In the actionscript its asking for the gateway when i have none.

ie
NetServices.setDefaultGatewayUrl("httplocalhost:8500/flashservices/gateway");

I do not have the flashservices/gateway folders.

Can anyone help me. !!!

Thank you if you can

Lee


Tom Muck
6/30/2004 9:32:27 AM
The gateway does not exist as a real path on your machine -- it is a virtual
path. If you installed ColdFusion with it's own built-in web server you
should be able to type this path in the browser:

http://localhost:8500/flashservices/gateway

If you get a blank page, the gateway is most likely working and this is the
path you should use in your actionscript.


--
--
Tom Muck
author Flash Remoting: The Definitive Guide
http://www.flash-remoting.com/


[quoted text, click to view]
NetServices.setDefaultGatewayUrl("httplocalhost:8500/flashservices/gateway")
;
[quoted text, click to view]

AddThis Social Bookmark Button