Seems to me like theres a problem once it hits the gateway... Like the path
is wrong or something, cos the cfc is never being run, or not that I can see
anyway!
Thanks for your help!
On 30/12/03 2:29 pm, "Clint Tredway" <[EMAIL PROTECTED]> wrote:
> The stop is what is stopping your remoting call... How are you calling
> your function?
>
> Also, sometimes they way you are setting your gateway, Flash doesn't
> create the connection properly..
> try this:
> if(inited == null) {
> inited = true;
> var conn =
> NetServices.createGatewayConnection("http://www.lightwillrise.com:27000/flashs
> ervices/gateway");
> var svc = conn.getService("cfc.sendMail", this);
> }
>
> HTH
>
> Ryan Mitchell wrote:
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

