I say its a speed problem because it still entails speed issues according to what I think the problem is. Basically I think its that when I am sending the data over from multiple sends it starts conflicting between the data.

In flash I am using if statement after if statement to depict what the data is used for and who it belongs to after the data is received. I am assuming currently that a new data is put through these if statements while another is still being handled is resetting the old data to the new one before the process finishes.

So now I have to be able to handle multiple datas simultaneously.

Once again... Any suggestions anyone?