Re: flash remoting help: UPDATED

2004-01-07 Thread Ryan Mitchell
you are a star! the problem wasnt with the script as such, i had fixed that error earlier, but i had set teh default mapping "/" to a directory other than that, and as such thought that i should put the script in the place the mapping specified... i guess not after all! On 7 Jan 2004, at 13:52,

RE: flash remoting help: UPDATED

2004-01-07 Thread Adrian Lynch
This is about as simple as it gets.         Ade -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 12:55 To: CF-Talk Subject: Re: flash remoting help: UPDATED yeah i get teh same stack trace... could you give me a simple bit of cfc

Re: flash remoting help: UPDATED

2004-01-07 Thread Ryan Mitchell
th different code. Are yuo sure that no > > Application.cfm file is running? > > > > > > The cfc code you posted, are you using variables in place of anything > > or is > > the code exactly as you showed us? > > > > > > Ade > >

RE: flash remoting help: UPDATED

2004-01-07 Thread Adrian Lynch
h. -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 12:36 To: CF-Talk Subject: Re: flash remoting help: UPDATED if you got an error from flash too, then could you give me a bit of code that does work for you then? and i will test it? just something simpl

Re: flash remoting help: UPDATED

2004-01-07 Thread Ryan Mitchell
> -Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTECTED] > Sent: 07 January 2004 11:00 > To: CF-Talk > Subject: Re: flash remoting help: UPDATED > > did that and it worked fine :( > > On 7 Jan 2004, at 10:57, Adrian Lynch wrote: > > > Appl

RE: flash remoting help: UPDATED

2004-01-07 Thread Adrian Lynch
might be worth asking if anyone knows what this relates to. Ade -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 12:09 To: CF-Talk Subject: Re: flash remoting help: UPDATED nope :) On 7 Jan 2004, at 12:08, Adrian Lynch wrote: >

Re: flash remoting help: UPDATED

2004-01-07 Thread Ryan Mitchell
nope :) On 7 Jan 2004, at 12:08, Adrian Lynch wrote: > OnRequestEnd.cfm prehaps? :O) > > -Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTECTED] > Sent: 07 January 2004 12:00 > To: CF-Talk > Subject: Re: flash remoting help: UPDATED > > i g

RE: flash remoting help: UPDATED

2004-01-07 Thread Adrian Lynch
OnRequestEnd.cfm prehaps? :O) -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 12:00 To: CF-Talk Subject: Re: flash remoting help: UPDATED i get the result i should from coldfusion yep there's no application.cfm, and the code is exactly as i p

Re: flash remoting help: UPDATED

2004-01-07 Thread Ryan Mitchell
> From: Ryan Mitchell [mailto:[EMAIL PROTECTED] > Sent: 07 January 2004 11:00 > To: CF-Talk > Subject: Re: flash remoting help: UPDATED > > did that and it worked fine :( > > On 7 Jan 2004, at 10:57, Adrian Lynch wrote: > > > Application.cfm will be run too,

RE: flash remoting help: UPDATED

2004-01-07 Thread Adrian Lynch
exactly as you showed us? Ade -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 11:00 To: CF-Talk Subject: Re: flash remoting help: UPDATED did that and it worked fine :( On 7 Jan 2004, at 10:57, Adrian Lynch wrote: > Application.cfm will be

Re: flash remoting help: UPDATED

2004-01-07 Thread Ryan Mitchell
working. > > > >     obj = CreateObject("component", "sendme"); > > > > > > > Put it in the same directory as the cfc and then browse it. > > > Ade > > -Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >

RE: flash remoting help: UPDATED

2004-01-07 Thread Adrian Lynch
ory as the cfc and then browse it. Ade -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 06 January 2004 22:38 To: CF-Talk Subject: Re: flash remoting help: UPDATED Changed the appropriate bit to: function init () { NetServices.setDefaultGatewayUrl("http://lig

RE: flash remoting help: UPDATED

2004-01-06 Thread Mark A. Kruger - CFG
doing it just like I do it - except for the non-standard port (2700) ... what's that about? -mark -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 4:38 PM To: CF-Talk Subject: Re: flash remoting help: UPDATED   Changed the appropri

Re: flash remoting help: UPDATED

2004-01-06 Thread Ryan Mitchell
our service.  The responder is out > of scope. get rid of the var. > > -mark > >   -Original Message- >   From: Ryan Mitchell [mailto:[EMAIL PROTECTED] >   Sent: Tuesday, January 06, 2004 4:28 PM >   To: CF-Talk >   Subject: Re: flash remoting help: UPDATED > &

RE: flash remoting help: UPDATED

2004-01-06 Thread Mark A. Kruger - CFG
Ryan, Yeah - your function is using a var to set your service.  The responder is out of scope. get rid of the var. -mark   -Original Message-   From: Ryan Mitchell [mailto:[EMAIL PROTECTED]   Sent: Tuesday, January 06, 2004 4:28 PM   To: CF-Talk   Subject: Re: flash remoting help

Re: flash remoting help: UPDATED

2004-01-06 Thread Ryan Mitchell
Ok, lets start over :o) The flash movie now connects, well let me explain: The flash movie itself is a 1-frame wonder: // Include the Required NetService class files #include "NetDebug.as" #include "NetServices.as" #include "DataGlue.as" // connect to the Flash Remoting service provider functio

Re: flash remoting help

2004-01-06 Thread Bryan Stevenson
Ryan Mitchell   To: CF-Talk   Sent: Tuesday, January 06, 2004 1:24 PM   Subject: Re: flash remoting help   Ok, update:   I¹ve found my webroot, created a directory called cfcremoting, and am   working off that... It does seem to connect.   When I try the code below, I get the following error wi

Re: flash remoting help

2004-01-06 Thread Ryan Mitchell
Ok, update: I¹ve found my webroot, created a directory called cfcremoting, and am working off that... It does seem to connect. When I try the code below, I get the following error with the flash debugger: error:coldfusion.compiler.ParseException: Invalid CFML construct found on line 23 at column

Re: flash remoting help

2004-01-06 Thread Clint Tredway
In my experience its not configuring Flash Remoting, its configuring how the webroots are setup. The paths for flash remoting are based on your webroot. I use a shared environment with Crystal Tech, and remoting works just fine. You need to find out what your webroot is. Then, you can figure ou

Re: flash remoting help

2004-01-06 Thread Ryan Mitchell
How do you reference that directory then? Could you give me more details, sounds like we have a winner for the problem! On 6/1/04 11:46 am, "Craig Earls" <[EMAIL PROTECTED]> wrote: > Yes I am using Flash Remoting in a shared hosting environemnt and have > exactly the problem you describe.  The un

Re: flash remoting help

2004-01-06 Thread Craig Earls
Yes I am using Flash Remoting in a shared hosting environemnt and have exactly the problem you describe.  The unsatisfactory solution has been to put all my cfCFCsin the same directory and only call them from that directory.  Otherwise the path gets screwed up since the braindead macromedia service

Re: flash remoting help

2004-01-05 Thread Mike Chambers
eturned to > > } > > > > > > Let us know if this works. > > > > > > Ade > > > > -Original Message- > > From: Ryan Mitchell [mailto:[EMAIL PROTECTED] > > Sent: 05 January 2004 15:59 > > To: CF-Talk > > Subjec

Re: flash remoting help

2004-01-05 Thread Ryan Mitchell
-Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTECTED] > Sent: 05 January 2004 15:59 > To: CF-Talk > Subject: Re: flash remoting help > > Where would I find information about these? > > On 5/1/04 10:44 am, "Adrian Lynch" <[EMAIL PROTECTE

RE: flash remoting help

2004-01-05 Thread Adrian Lynch
esult);     // When the data is returned from the method call, this is where it is returned to } Let us know if this works. Ade -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 05 January 2004 15:59 To: CF-Talk Subject: Re: flash remoting help Where would I

Re: flash remoting help

2004-01-05 Thread Ryan Mitchell
responder.."? > > > If so, have a look at responders for flash remoting. There's a few different > ways to do it but you'll no doubt choose your favourite. > > > Ade > > -Original Message- > From: Ryan Mitchell [mailto:[EMAIL PROTE

RE: flash remoting help

2004-01-05 Thread Adrian Lynch
7;ll no doubt choose your favourite. Ade -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: 31 December 2003 10:34 To: CF-Talk Subject: Re: flash remoting help I¹m calling the function on a button click... Still havent got it working! On 31/12/03 12:58 am, "

Re: flash remoting help

2003-12-31 Thread Ryan Mitchell
I¹m calling the function on a button click... Still havent got it working! On 31/12/03 12:58 am, "chris kief" <[EMAIL PROTECTED]> wrote: > Did you get this working? From the looks of your code, you're never calling > the function, just declaring it. You need to invoke the function to get it > to

RE: flash remoting help

2003-12-30 Thread chris kief
Did you get this working? From the looks of your code, you're never calling the function, just declaring it. You need to invoke the function to get it to work: stop(); // Include the Required NetService class files #include "NetServices.as" // Connect to the Flash Remoting service // Make the Ga