View Single Post
  #1  
Old 02-06-2012, 09:02 AM
toriimiyukki toriimiyukki is offline
Junior Member
 
Join Date: Feb 2012
Posts: 2
toriimiyukki is on a distinguished road
Angry

How to use NetConnection#call?


I want to use function like NetConnection#call of actionscript.
What can be achieved in any way?

ActionScript
Code:
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...
Reply With Quote