On Tue, 2006-10-24 at 11:32 -0600, Chase Brammer wrote:

> this.nc.call("Tester.myFunc2", res);
> 
> this.nc.call("myFunc2", res);
> 
> this.nc.call("tester.myFunc2", res);

>From client side you must use ApplicationAdapter subclass (that is, 
>application) to call methods at server-side.
What I would do is to create a Tester method as a field of Application
class and generate a delegate for method you need (in Eclipse, use
Source > Generate delegate methods...)
-- 
Michael,

puts self.inspect # => { Flex, Red5, Java, Ruby, insomnia } 


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to