Fieldcheck do not work

I have 1 input text field, var = adsoyad, instance name = none
and send button , below as attached
and even I set the field empty it still send the form. why
? (All on main time line, _level0)

on (release) {
//trace(this);
//trace(_root);
//trace(adsoyad);
if(_root.adsoyad eq “”) {
_root.msgblog=“Lütfen tüm boşlukları doldurunuz.”;
stop();
} else {
_root.msgblog=“Bilgileriniz başarıyla ulaşmıştır.Teşekkür ederiz”;
loadVariablesNum(“form.php”, 0, “POST”);
}
}