Skip to Content
0
Mar 20, 2009 at 03:51 PM

Pass binary data from Flash Island to WD ABAP

41 Views

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