toriimiyukki
02-06-2012, 09:02 AM
I want to use function like NetConnection#call of actionscript.
What can be achieved in any way?
ActionScript
var nc = new NetConnection();
nc.connect("rtmp://localhost:1935/app");
...
nc.call("hello", null, "one", "two");
I don't need to responder.
Using WriteN? RTMP_SendPacket? I don't know...
What can be achieved in any way?
ActionScript
var nc = new NetConnection();
nc.connect("rtmp://localhost:1935/app");
...
nc.call("hello", null, "one", "two");
I don't need to responder.
Using WriteN? RTMP_SendPacket? I don't know...