In Flash MX, a getURL command can send information to Director. And in Director, we have written a function 'fromFlash' in a movie script to capture the information.
getURL("event:fromFlash" + ",\"" + input + "\"");
5
In Director MX, we use the setVariable command to modify the value of a variable in the Flash movie in sprite 1.