Question
FMS & AS3
How can we use FMS with AS3? I am doing an application of
video streaming
and always I have the same error:
NetConnection.Connect.Failed
My code:
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://my_fms_server/streamadmin");
What's matter?
Thanks
and always I have the same error:
NetConnection.Connect.Failed
My code:
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://my_fms_server/streamadmin");
What's matter?
Thanks