I am trying, without success, to upload a swf which works smoothly on my
local machine
The ISP techs are v hazy about this (to say the least) so I am wondering if
anyone has successfully done this and could help me out.
The gateway connection on my local site is
NetServices.setDefaultGatewayUrl("http://localhost:8500/flashservices/gatewa
y");
gatewayConnnection = NetServices.createGatewayConnection();
ACLCL = gatewayConnnection.getService("devCenter.ACLCL", this);
and for the uploaded swf I have changed this to
NetServices.setDefaultGatewayUrl("http://www.mysite.com/flashservices/gatewa
y");
gatewayConnnection = NetServices.createGatewayConnection();
ACLCL = gatewayConnnection.getService("ACLCL.ACLCLRemote", this);
where ACLCLRemote.cfc is in the ACLCL directory below the root
The associated database is correctly linked
Nothing is coming up on the browser and the
netbugger is showing an errror is occurring in opening the gateway
-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: "Andrew Clark" <[EMAIL PROTECTED]>
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)