Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
njtech4u said:Thanks Yash, I appreciate your help on this matter.
Yash said:flashservices/gateway
danp5648 said:The only problem is finding the right connection string
gw=NetServices.createGatewayConnection("
http://localhost:8500/flashservices/gateway
");
Strings that don't work so far
http://localhost:8500/flashservices/gateway nope
http://66.36.229.91:8500/flashservices/gateway nope
http://win2.jodoshared:8500/flashservices/gateway nope
http://win4.jodoshared:8500/flashservices/gateway nope
Yash what is the local string used to connect to the cf built-in server and what is the port address. Remoting only likes local addresses. If it sees that you are not on the same machine it will not work. Thanks
njtech4u said:Hey dan,
If i'm correct that the 'connection string' that you would be using if you were using the default cf server and not IIS? hmm have you gave http://domainname/flashservices/gateway a try?
Mg
Though I'm not using any Flash I just tested the URL you listed and got a blank page, so I would assume everything is operating correctly.Yash said:you are not able to access the port, both of you?
I tested the gateway according to what that documentation said at Macromedia.com. It said if domain.com/flashservices/gateway returns a blank page, Flash remoting is properly installed
Also, flash remoting that is inbuilt with CF will only work for CF. For using it with another language, we'll have to purchase the full product for all our servers...
hatton said:Though I'm not using any Flash I just tested the URL you listed and got a blank page, so I would assume everything is operating correctly.