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

**URL:** https://forum.kirupa.com/t/receiving-a-data-structure-in-flash-mx-2004-from-a-vc-server/74879
**Category:** flash
**Created:** [January 3, 2005, 6:08pm UTC](https://forum.kirupa.com/t/receiving-a-data-structure-in-flash-mx-2004-from-a-vc-server/74879 "2005-01-03T18:08:45Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fardreamer](https://avatars.discourse-cdn.com/v4/letter/f/e19b73/32.png) [@fardreamer](https://forum.kirupa.com/u/fardreamer)
#### Post date: [January 3, 2005, 6:08pm UTC](https://forum.kirupa.com/t/receiving-a-data-structure-in-flash-mx-2004-from-a-vc-server/74879/1 "2005-01-03T18:08:45Z")

</div>

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
