How to reUse URLRequest to send data to TCP socket in Flash, Actionscript?
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-03-07T21:02:54Z
Indexed on
2010/06/14
1:02 UTC
Read the original article
Hit count: 205
How to use URLRequest to send data to TCP socket in Flash, Actionscript?
So I have TCP server which is listening to some port and on every connection is sending sounds MP3 data to requestor
I've done URLRequest and Sound class plays my sound.
How to send data to that socket not opening new socket connection (using URLRequest or something )
© Stack Overflow or respective owner