Another flash contact form problem!

Hello !!

Please, can enybody help me ???
I have downloaded a contact from web (http://www.sephiroth.it/tutorials/flashPHP/email/index.php) and I want to use it in my page.
The problem is that, when I copy frames into my contact swf the thing works, but I want to put it in the new movie clip, so that contact form has his own timeline.
After that the contact form doesn’t works.
Please help me to determinate the right path for text instants.

Thanks in advance !!
Marko

“send” button code looks like this:

on (release) {
    //    Now import the variables we
    //    need to send in this movie clip
    sender_mail = _parent.Semail.text
    sender_name = _parent.Sname.text
    sender_subject = _parent.Ssubject.text
    sender_message = _parent.Smessage.text
    //    all the vars we just imported
    //    will be sent via POST method now
    loadVariables("sendmail.php",this,"POST");
.
.
.

EDIT: problem solved!!! Admin can delete this post.