[Flashcoders] Different class instances with socket using same port number?

2008-12-04 Thread Eric E. Dolecki
Wondering if it's possible to have different classes open sockets to the same port number? Going to throw stuff in an if/else and depending on a variable, send to the socket with different values. They all currently open to the same port number. ie. inside each of the class constructors being

Re: [Flashcoders] Different class instances with socket using same port number?

2008-12-04 Thread Glen Pike
Eric E. Dolecki wrote: Wondering if it's possible to have different classes open sockets to the same port number? Going to throw stuff in an if/else and depending on a variable, send to the socket with different values. They all currently open to the same port number. ie. inside each of the