Give each dynamic text field the exact same variable name as the corresponding input text field from the first SWF.
When Flash loads the dynamic URL with variables appended, called by the getURL function in the previous movie, it doesnt quite know that the variable toname was passed by another Flash SWF; all it knows is that the URL is telling it that toname=somename, and so it looks for reference to a variable called toname in the code embedding the SWF into the current page, and then changes the value of anything in the SWF referenced by toname to the value passed by the URL. We just need to use PHP to tell it exactly how to do that.


