That is incorrect. stop() only controls the timeline - not the execution of
AS. He just wasn’t invoking his function after he declared it.

chris

________________________________________
From: Clint Tredway [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 6:29 AM
To: CF-Talk
Subject: Re: OT: flash remoting help

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/flas
hservices/gateway");
    var svc = conn.getService("cfc.sendMail", this);   
}

HTH

Ryan Mitchell wrote:

> Yeah I do get a blank page...
> I want the stop there to stop my movie :O)
>
> On 30/12/03 2:13 pm, "Clint Tredway" <[EMAIL PROTECTED]> wrote:
>
> > What happens if you go to the gateway url in a browser? You should get a
> > blank page. That means the gateway is working.
> >
> > You also, don't need the stop()....that will kill your movie's timeline.
> >
> > HTH,
> > Clint
>
________________________________________
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to