Receiving a Data Structure in Flash MX 2004 from a VC++ Server

Hi,

I’m trying to send a data structure such as this:

Struct Data{
int UserID
int BlockID
int Jump
}

from a MFC VC++ server to Flash MX 2004. Could someone point me to a tutorial or give me a brief idea how this can be achieved?

I am able to send a String from the server to Flash, but i’m unsure of how to send and receive and process data structures.

Cheers,
newbie fardreamer