Contact Form _root. - change?

Hey everyone, thanks for all the help on the other stuff…

I’m having a small problem. I’ve got a contact form loading in dynamically, but the page it loads into is also loaded dynamically once the button is clicked it loads contact.swf - and once this is loaded it pulls in contactform.swf - but its not working because of the _root. I’m not sure where this would be located… to get the form to work.

thanks for any help!

on (release) {
    
    loadVariablesNum("ContactForm.php","0","post");
    loadVariables("ContactForm.php", "POST");

    _root.FormStatus.gotoAndStop("on");


}