Hi all,
I try to send binary data (a small picture) from my flash island to it's surrounding Web Dynpro ABAP.
On ABAP side I will use data type XString. What is the proper data type used in Flex3?
Is it ByteArray ?
So my binding definition looks like this:
[Bindable] public var dataSource:ArrayCollection; [Bindable] public var picture:ByteArray;
Awaiting your answers.
Regards,
Axel