Question
ArgumentError: Error #2126: NetConnection object must be connected.
I have a windows xp computer and a windows 2003 server
computer connected with a single network cable. I am running Flash
Media Server on the server computer. My Flex Builder 2 application
can connect to the Flash Media Server on the other computer, but I
always get the following error when trying to use NetStream:
nc.connect("rtmp://pb.local:1935/flexmediaservertest");
nsPublish = new NetStream(nc);
....
ArgumentError: Error #2126: NetConnection object must be connected.
What might be causing this error?
nc.connect("rtmp://pb.local:1935/flexmediaservertest");
nsPublish = new NetStream(nc);
....
ArgumentError: Error #2126: NetConnection object must be connected.
What might be causing this error?
