Hello,

I'm hoping you can help me figure out how to pull data from a database with FLash and then allow Flash to rearrange the order of the data, then repost back to the database to update. Now I have the beginning and end figured out, but it is the Flash reorganizing the data that is the problem.

For instance:

Let's say that we have the batting order for a softball team stored in the database. I am able to load this data into my movie no problem. Here is a lame visual:

C John
1B Lisa
3B Coty
SS Bryan

Now I want to be able to select a player, highlight them, then push an arrow button to move them up and down in position. So that within Flash it would look like this (again another lame visual):

1B Lisa
3B Coty
C John
SS Bryan

I've moved John down two spots. Then I want to post this new order to my server and put it in the database. (I can handle that part.)

Anyone seen any code snippets that show how this is done? I'm at a loss at how to do it.

Thanks,

littlejobo