My web server will deliver byte array of audio file from the server. once certain amount of byte arrays are arrived on the other server, I like to start to play received data even thought more byte arrays will continue to arrive. How can I stream byte array to audio play such as flash, windows media player? Can any means that can create a byte streams and continue to feed media player over time?