PDA

View Full Version : byteArray to file


vidiot
12-12-2007, 12:59 AM
Hi,
I have an mp3 file as a byteArray. Is it possible to get actionscript to "see" it as a file rather than a byteArray? I'd want to save the mp3 to disk but have hit a brick wall. I can't just access via a regular file download because the server it is on send it via a binary stream.

Thanks...