# Flash php mysql php flash

**URL:** https://forum.kirupa.com/t/flash-php-mysql-php-flash/242505
**Category:** Uncategorized
**Created:** [October 26, 2007, 5:17pm UTC](https://forum.kirupa.com/t/flash-php-mysql-php-flash/242505 "2007-10-26T17:17:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![zbmarley](https://avatars.discourse-cdn.com/v4/letter/z/a4c791/32.png) [@zbmarley](https://forum.kirupa.com/u/zbmarley)
#### Post date: [October 26, 2007, 5:17pm UTC](https://forum.kirupa.com/t/flash-php-mysql-php-flash/242505/1 "2007-10-26T17:17:19Z")

</div>

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?
