On 6/21/06, Eric C <[EMAIL PROTECTED]> wrote:
Yes... I actually can stream video (great stuff), and my java function works fine if I return plain text... I just can't seem to grab the list of connections...
Thanks,
-Eric
On 6/21/06, Joachim Bauch <[EMAIL PROTECTED]> wrote:Hi Eric,
Eric C wrote:
> Yup...:
>
> var nc:NetConnection = new NetConnection();
> nc.connect("rtmp://localhost/gg");
> nc.>> {
> trace (obj)
> }
> nc.call("getUsers", nc);
Is the Red5 application setup correctly? You should check the response
you receive for the call to "connect".
Joachim
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
