Hi,
I have a bitmap data which I can convert to a byteArray and then encode to a png or jpg. In Apollo i can save the png to disc.

I now need to do the same in a C# desktop application. I have used externalInterface to communicate between flash and the c# but it serialises all data as XML and cannot serialise a byteArray. I have seen examples that use AMF or a socket to communicate with a server but I dont think method will work for communicating with a desktop app. Is there any way of converting a byteArray into a string to be send to the c# and decoded?
Or is there any other method?

help on this would be much appreciated as i am v. curfudled