| Bill Sanders 2005-05-19, 7:45 am |
| Hi Dan,
There's more to it than this -- see Peldi's chapter 9 in The Book
for details. However, basically, what you want is:
myConnection_nc.call("ssFunctionName", null, parameters);
or
myConnection_nc.call("ssFunctionName", resultHandler, parameters);
Also, go over the NetConnection section of the doc.
HTH,
Bill
On May 19, 2005, at 6:04 AM, dan wrote:
> HI ALL
> Is this the right syntax for this command
> myConnection_nc.call(getLiveStreams(ApplicationName((
> is not
> what is the correct way
> 10x in advanced
>
>
>
>
> =-----------------------------------------------------------
> 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
|