I'm a bit rusty with flash, haven't used it in about 7 months and I just ran into this problem.

I'm creating a website with a form in it and I am trying to use php to update the text of a dynamic text field. It is several movie clips in and I am trying to use the print command in php.

Here is my code that is not working:

Print "_root.mc.main.contact.emailField.emailStatus=Comp lete - Your email has been sent.";

I think I forgot about a rule or something, if I try this with a movie clip one in from the root it works.

Example:

Print "_root.mc.emailStatus=Complete - Your email has been sent.";

These are where everything after the _root are instance names that I assign except for the text field (emailStatus) which is the variable name.

If your need any further clarification please ask.