[Red5] Method sendMessage with parameters [test] not found in org.red5.core.Application at 600f11bc
Kevin Lord
lordkev at gmail.com
Sun Feb 21 00:24:48 PST 2010
Hello,
I'm trying to develop a simple Red5 Application using shared objects,
but whenever I try to call a sendMessage method in my Flex project
with a nc.call I always receive the error in the subject in the Red5
log. I've defined the sendMessage method, so I really don't
understand what's going on. Does anyone think they can help me with
this?
Here is my fairly simple Application.java source:
http://pastebin.com/f4037369e
Here is the call I am making in AS3:
private function onClickSendBtn(event:MouseEvent):void
{
nc.call("sendMessage", null, messageTf.text);
}
Please help. :)
P.S. - If it makes any difference, I am running 0.9.0 Final on Mac OS
X (developing with the Red5 / FlexBuilder Eclipse plugins).
Thanks,
Kevin
More information about the Red5
mailing list