User Control Panel--how do I make one?

I’m pretty well-established on how to make a neat website in flash. But now I’m to the point where I have so many clients that keep coming back to me to make changes on their sites.

How can I create a user control panel where my client can log in, and change the pictures/text that’s in their flash site?

I would imagine that I’d first create the site using dynamic text that would be loaded from external sources. Then I suppose I’d create a separate page where the client could log in, select which section they want to change, change the text, press the submit button and voila, it would update. I would also imagine this would involve php scripting.

I just don’t know what script I would need in order to have the flash movie first retreive the text/picture from the external source, allow the user to change the text/picture, and then have the flash movie send the sources back out along with the changes.

Can anyone help me with this??