Flash php mysql php flash

hey all, i have read a few things online about this but im having trouble understand,

i have a flash file that outputs the x and y postion of movie clips to php then to mysql database. and it works fine, what :te: i want is to be able to bring that back into flash and attach movie clips at the stored x and ys from my database. i guess for starters whats teh best way yo get my variables back into flash so i can use them? the php outputs them like this

mcname=ball1&mcx=196&mcy=192&mcdepth=1.

and what i would like to do is have a new movie clip named “ball1” “ball2” and so on, those are all in the mcname row
and then the corresponding mcx and mcy values will be the ball1 or 2 or whatevers x and y positions

any suggestions?