I have an image I’m reading in memory in coldfusion. I get the underlying bytes from the image using the “ImageGetBlob” function. Then I’m sending that back to flash via flashremoting
on the flash side, I’m trying to take that byteArray (result from the imagegetblob()" and turn that into a bitmap object.
The problem I’m having is that the incoming object from coldfusion is not coming in as a bytearray it coming in as a plain object and if I try to datatype is into a bytearray, an error is thrown.
I think this is a flashremoting datatype conversion problem. any help is SUPER appreciated