Hello!
I have a problem with loadVariables from different movieclips, I don’t know how to do.
I wannt to load loadVariables from 2 mc in to one php script(email.php).
My mc’s are “send_mc” and “answer_now”
Her is only one mc loaded, but I wannt two mc to be loaded…
This is my script, so far…
buttonS.onRelease = function(){
_root.send_mc.loadVariables("email.php", "POST");
}