RE: OT: flash remoting help

2003-12-30 Thread chris kief
de on the frame where the stop is placed will always execute. chris From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 6:20 PM To: CF-Talk Subject: RE: OT: flash remoting help when I put in a stop it stops everything...

RE: OT: flash remoting help

2003-12-30 Thread Clint Tredway
when I put in a stop it stops everything... Clint Tredway www.digital12studios.com Original Message: +AD4-From: +ACI-chris kief+ACI- +ADw-chris+AEA-riseinteractive.com+AD4- +AD4-To: CF-Talk +ADw-cf-talk+AEA-houseoffusion.com+AD4- +AD4-Subject: RE: OT: flash remoting help +AD4-Date: Tue, 30 Dec

RE: OT: flash remoting help

2003-12-30 Thread chris kief
: 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

Re: OT: flash remoting help

2003-12-30 Thread Ryan Mitchell
Nope, no joy im afraid. 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 sto

Re: OT: flash remoting help

2003-12-30 Thread Clint Tredway
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:

Re: OT: flash remoting help

2003-12-30 Thread Ryan Mitchell
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()

Re: OT: flash remoting help

2003-12-30 Thread Clint Tredway
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 Ryan Mitchell wrote: > Hello > > I'm playing with flash remoting to a cfc for the first ti