How to play MP3's from socket connections in Flash AS3?
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-03-07T20:41:59Z
Indexed on
2010/04/18
12:03 UTC
Read the original article
Hit count: 316
How to play mp3's from socket connections in Flash AS3?
I have some simple programm which is listening to some port (TCP).
I connect to it using as3 sockets and it starts sending me mp3 data
How to play that data?
© Stack Overflow or respective owner