Is it possible to bind a property (don’t know which) of the mx:Image control, so that it is (should be) possible to get in form of a bytearray? (using Flex 4)
The reason i’m asking is this: i have to forward the bytearray to a WCF service to be stored and afterwards retrieved!
If this is not directly achievable is there a work-around ?
Thanks in advance!
If you load content into your image then when the
Event.COMPLETEdispatches (on the image instance) the<imageInstance>.content.loaderInfo.bytesByteArray holds the loaded data.