PDA

View Full Version : How to use NetConnection#call?


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...

toriimiyukki
02-10-2012, 12:55 PM
Solved!

micklee280
01-25-2017, 07:50 PM
how did you solve it? i have the same problem now...