|
Home > Archive > Macromedia Flash Server > May 2005 > help on useing call
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
help on useing call
|
|
|
| Hi
This is the onely thing im getting a bit stickt on flashcom
Im trying to send a msg to the server and then returning something
This is my code:
my_nc.call("message", xxx, msg);
I know "message" is the function on the server
And xxx is the resulte ot null
And msg it the parameter im sending
But
Whats the server side action script for just getting the msg and
returning the var ok
10x
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
| |
| Bill Sanders 2005-05-23, 5:45 pm |
| Dan,
Check out Client.call for the SS > CS call. The "xxx" is not
necessarily null. It can be the return value, and using
Object.onResult() you can get a bounce back from the SS.
HTH,
Bill
On May 23, 2005, at 10:02 AM, dan wrote:
> Hi
> This is the onely thing im getting a bit stickt on flashcom
> Im trying to send a msg to the server and then returning something
>
> This is my code:
> my_nc.call("message", xxx, msg);
>
> I know "message" is the function on the server
> And xxx is the resulte ot null
> And msg it the parameter im sending
>
> But
> Whats the server side action script for just getting the msg and
> returning the var ok
>
> 10x
>
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|
|
|
|
|